Last active
January 8, 2026 10:54
-
-
Save Bashta/3e22b96596edc3b0c6db3904b1b088b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "platform": "ios", | |
| "appVersion": "3.0.4", | |
| "resolvedVersion": "3.0.4", | |
| "flags": [ | |
| { | |
| "id": "1234", | |
| "name": "topUp", | |
| "enabled": true | |
| }, | |
| { | |
| "id": "1235", | |
| "name": "kuik", | |
| "enabled": false | |
| }, | |
| { | |
| "id": "1236", | |
| "name": "withinAccountTransfer", | |
| "enabled": true | |
| }, | |
| { | |
| "id": "1237", | |
| "name": "domesticTransfer", | |
| "enabled": true | |
| }, | |
| { | |
| "id": "1238", | |
| "name": "withinBankTransfer", | |
| "enabled": true | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment