From 6a91049ffb2a59fcd543670379e0dbebeaf161de Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 12 Mar 2025 10:45:38 +0300 Subject: [PATCH] Added a flag_low_swap_amount and vis files for when the swap max limit is less than 0.1 --- services/registration/low_swap_amount | 1 + services/registration/low_swap_amount.vis | 6 ++++++ services/registration/low_swap_amount_swa | 1 + services/registration/pp.csv | 1 + 4 files changed, 9 insertions(+) create mode 100644 services/registration/low_swap_amount create mode 100644 services/registration/low_swap_amount.vis create mode 100644 services/registration/low_swap_amount_swa diff --git a/services/registration/low_swap_amount b/services/registration/low_swap_amount new file mode 100644 index 0000000..d3e50f7 --- /dev/null +++ b/services/registration/low_swap_amount @@ -0,0 +1 @@ +Available amount {{.swap_max_limit}} is too low, please try again: \ No newline at end of file diff --git a/services/registration/low_swap_amount.vis b/services/registration/low_swap_amount.vis new file mode 100644 index 0000000..336ccde --- /dev/null +++ b/services/registration/low_swap_amount.vis @@ -0,0 +1,6 @@ +MAP swap_max_limit +MOUT retry 1 +MOUT quit 9 +HALT +INCMP _ 1 +INCMP quit 9 diff --git a/services/registration/low_swap_amount_swa b/services/registration/low_swap_amount_swa new file mode 100644 index 0000000..2d11dd9 --- /dev/null +++ b/services/registration/low_swap_amount_swa @@ -0,0 +1 @@ +Kiasi kinachopatikana {{.swap_max_limit}} ni cha chini sana, tafadhali jaribu tena: \ No newline at end of file diff --git a/services/registration/pp.csv b/services/registration/pp.csv index 03c61dd..17f8460 100644 --- a/services/registration/pp.csv +++ b/services/registration/pp.csv @@ -30,3 +30,4 @@ flag,flag_offerings_set,36,this is set when the offerings of the profile is set flag,flag_back_set,37,this is set when it is a back navigation flag,flag_account_blocked,38,this is set when an account has been blocked after the allowed incorrect PIN attempts have been exceeded flag,flag_incorrect_pool,39,this is set when the user selects an invalid pool +flag,flag_low_swap_amount,40,this is set when the swap max limit is less than 0.1