added data keys for the credit and debt values

This commit is contained in:
2026-01-29 16:08:53 +03:00
parent f7de79f51a
commit 07e0e877d5

View File

@@ -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 (