added data keys for the credit and debt values
This commit is contained in:
parent
f7de79f51a
commit
07e0e877d5
@ -93,6 +93,10 @@ const (
|
||||
DATA_SEND_TRANSACTION_TYPE
|
||||
// Holds the recipient formatted phone number
|
||||
DATA_RECIPIENT_PHONE_NUMBER
|
||||
// holds the current credit of the user
|
||||
DATA_CURRENT_CREDIT
|
||||
// holds the current debt of the user
|
||||
DATA_CURRENT_DEBT
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user