ussd/services/registration/amount.vis

16 lines
325 B
Plaintext
Raw Normal View History

2024-08-22 14:01:30 +02:00
LOAD reset_transaction_amount 0
LOAD max_amount 10
RELOAD max_amount
MAP max_amount
2024-08-20 14:09:02 +02:00
MOUT back 0
HALT
2024-08-21 19:30:59 +02:00
LOAD validate_amount 64
RELOAD validate_amount
CATCH api_failure flag_api_call_error 1
2024-08-31 11:58:48 +02:00
CATCH invalid_amount flag_invalid_amount 1
INCMP _ 0
LOAD get_recipient 0
LOAD get_sender 64
LOAD get_amount 32
2024-08-21 19:30:59 +02:00
INCMP transaction_pin *