Implemented `GetLastTransactionsScript` for automated retrieval of transactions, handling home screen navigation, "Ver más" button detection, and transaction list parsing with database storage. Introduced `PayByCardScript` for automated card payments, covering recipient selection, amount input, payment confirmation, and transaction logging. Added XML assets and updates to support these workflows.
42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
[apps]
|
||
list=ozon, black
|
||
|
||
[common]
|
||
currencies=USD, ARS, RUB
|
||
version=0.0.1
|
||
|
||
[db]
|
||
dbPath=~/CLionProjects/ARCDeskProject/ARCDeskProject/database/app_data.db
|
||
|
||
[net]
|
||
accountUpdate=http://localhost:9999/api/v1/account/update
|
||
apiBase=http://93.183.75.134:8005
|
||
appInfoUpdate=http://localhost:9999/api/v1/device/update
|
||
appStatusUpdate=http://localhost:9999/api/v1/application/update
|
||
eventStatusUpdate=http://localhost:9999/api/v1/event/update
|
||
pathAuthLogin=/api/v1/auth/login
|
||
pathAuthRefresh=/api/v1/auth/refresh_token
|
||
pathBankProfile=/api/v1/profile/bank_profile
|
||
pathDesktopCreate=/api/v1/desktop/
|
||
pathDevice=/api/v1/device/
|
||
pathDeviceScreenshot=/api/v1/device/add_screenshot/
|
||
pathMaterial=/api/v1/profile/material
|
||
paymentsGet=http://localhost:9999/api/v1/payments
|
||
transactionInsert=http://localhost:9999/api/v1/transaction/insert
|
||
transactionUpdate=http://localhost:9999/api/v1/transaction/update
|
||
|
||
[black]
|
||
android_package_name=app.blackwallet.ar
|
||
currency=ARS
|
||
name=Black
|
||
|
||
[ozon]
|
||
android_package_name=ru.ozon.fintech.finance
|
||
currency=RUB
|
||
name=Ozon
|
||
|
||
[rshb]
|
||
android_package_name=ru.rshb.dbo
|
||
currency=RUB
|
||
name=Росcельхозбанк
|