Implement new *transfer_balance action

Added possibility to mock datamanager account functions.

Fixed typo in SubtractValue function name.

Added unit & integration tests.
This commit is contained in:
ionutboangiu
2024-01-09 08:08:16 -05:00
committed by Dan Christian Bogos
parent 57413b1346
commit b76d61281c
7 changed files with 674 additions and 16 deletions

View File

@@ -1034,6 +1034,7 @@ const (
MetaTopUp = "*topup"
MetaDebitReset = "*debit_reset"
MetaDebit = "*debit"
MetaTransferBalance = "*transfer_balance"
MetaResetCounters = "*reset_counters"
MetaEnableAccount = "*enable_account"
MetaDisableAccount = "*disable_account"