diff --git a/app/src/main/assets/features_dev.json b/app/src/main/assets/features_dev.json index 4866065376..71561c4c69 100644 --- a/app/src/main/assets/features_dev.json +++ b/app/src/main/assets/features_dev.json @@ -1,6 +1,6 @@ { "isWalletPayIdEnabled": true, - "isTopUpEnabled": true, "isSendingToPayIdEnabled": true, + "isTopUpEnabled": true, "isCreatingTwinCardsAllowed": false } \ No newline at end of file diff --git a/app/src/main/assets/features_prod.json b/app/src/main/assets/features_prod.json index 7c4ebbbb72..d3b1375fae 100644 --- a/app/src/main/assets/features_prod.json +++ b/app/src/main/assets/features_prod.json @@ -1,6 +1,6 @@ { - "isWalletPayIdEnabled": true, - "isTopUpEnabled": true, + "isWalletPayIdEnabled": false, "isSendingToPayIdEnabled": true, + "isTopUpEnabled": true, "isCreatingTwinCardsAllowed": true } \ No newline at end of file