mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
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:
committed by
Dan Christian Bogos
parent
57413b1346
commit
b76d61281c
@@ -1034,6 +1034,7 @@ const (
|
||||
MetaTopUp = "*topup"
|
||||
MetaDebitReset = "*debit_reset"
|
||||
MetaDebit = "*debit"
|
||||
MetaTransferBalance = "*transfer_balance"
|
||||
MetaResetCounters = "*reset_counters"
|
||||
MetaEnableAccount = "*enable_account"
|
||||
MetaDisableAccount = "*disable_account"
|
||||
|
||||
Reference in New Issue
Block a user