Disable Cake Pay Mobile (#994)

* Remove navigation to ionia

* Hide 'introducing cake pay' card
This commit is contained in:
Omar Hatem 2023-07-11 20:12:13 +03:00 committed by GitHub
parent b974458f1b
commit 181fd21636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,3 @@
class FeatureFlag {
static const bool isCakePayEnabled = false;
}