ussd/services/registration/transaction_pin.vis

16 lines
290 B
Plaintext
Raw Normal View History

LOAD authorize_account 6
MAP validate_amount
RELOAD get_recipient
MAP get_recipient
RELOAD get_sender
MAP get_sender
MOUT back 0
MOUT quit 9
HALT
2024-08-30 10:15:08 +02:00
RELOAD authorize_account
2024-08-31 11:58:48 +02:00
CATCH incorrect_pin flag_incorrect_pin 1
CATCH transaction_initiated flag_account_authorized 1
2024-08-21 19:30:59 +02:00
INCMP _ 0
INCMP quit 9