added data keys for the credit and debt values

This commit is contained in:
Alfred Kamanda 2026-01-29 16:08:53 +03:00
parent f7de79f51a
commit 07e0e877d5
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -93,6 +93,10 @@ const (
DATA_SEND_TRANSACTION_TYPE DATA_SEND_TRANSACTION_TYPE
// Holds the recipient formatted phone number // Holds the recipient formatted phone number
DATA_RECIPIENT_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 ( const (