|
b2655b7f11
|
remove seed from executable
|
2024-10-31 20:59:11 +03:00 |
|
|
5abe9b78cc
|
attach an admin store for the phone numbers
|
2024-10-31 20:11:26 +03:00 |
|
|
12825ae08a
|
setup adminstore in the local handler service
|
2024-10-31 20:10:46 +03:00 |
|
|
ac0b4b2ed1
|
pass context
|
2024-10-31 20:08:30 +03:00 |
|
|
8fe8ff540b
|
Merge branch 'master' into pin-reset
|
2024-10-31 16:38:28 +03:00 |
|
|
074345fcf9
|
Merge pull request 'voucher-data' (#138) from voucher-data into master
Reviewed-on: #138
|
2024-10-31 13:44:18 +01:00 |
|
|
e6a369dcdd
|
remove unused code
|
2024-10-31 14:44:42 +03:00 |
|
|
b8bbd88078
|
retain the temporary data for it to be overwritten
|
2024-10-31 14:26:28 +03:00 |
|
|
767a3cd64c
|
remove pin guard menu option
|
2024-10-31 09:38:51 +03:00 |
|
|
c4078c5280
|
remove extra spaces
|
2024-10-31 09:21:46 +03:00 |
|
|
d434194021
|
catch incorrect pin entry
|
2024-10-30 23:21:15 +03:00 |
|
|
c6ca3f6be4
|
fix sink error
|
2024-10-30 22:32:38 +03:00 |
|
|
8093eae61a
|
use 0 instead of 1 for back
|
2024-10-30 21:26:52 +03:00 |
|
|
833d52a558
|
remove print message
|
2024-10-30 21:26:11 +03:00 |
|
|
8262e14198
|
Merge branch 'master' into pin-reset
|
2024-10-30 21:10:12 +03:00 |
|
|
a31cac4e50
|
Merge branch 'master' into voucher-data
|
2024-10-30 18:46:21 +03:00 |
|
|
8b399781e8
|
make the VoucherMetadata more descriptive
|
2024-10-30 18:40:03 +03:00 |
|
|
caafe495be
|
use the dataserviceapi structs
|
2024-10-30 18:30:55 +03:00 |
|
|
66b34eaea4
|
get the ussd-data-service package
|
2024-10-30 18:21:49 +03:00 |
|
|
ea4c6d9314
|
check for phone number validity
|
2024-10-30 18:01:43 +03:00 |
|
|
7c823e07ca
|
move to root node after on back
|
2024-10-30 18:01:20 +03:00 |
|
|
41585f831c
|
move catch and load to next node
|
2024-10-30 18:00:38 +03:00 |
|
|
d93a26f9b0
|
remove function exec after HALT
|
2024-10-30 17:58:52 +03:00 |
|
|
cf523e30f8
|
update handler in test
|
2024-10-30 14:50:31 +03:00 |
|
|
888d3befe9
|
add actual pin reset functionality
|
2024-10-30 14:50:12 +03:00 |
|
|
017691a40c
|
define structure for admin numbers
|
2024-10-30 14:41:14 +03:00 |
|
|
dc418771a7
|
attach an admin store for phone numbers
|
2024-10-30 14:33:48 +03:00 |
|
|
c2068db050
|
update handler functions
|
2024-10-30 14:33:22 +03:00 |
|
|
c42b1cd66b
|
provide required handler functions and admin store
|
2024-10-30 14:32:01 +03:00 |
|
|
b404ae95fb
|
setup an admin store based on fs
|
2024-10-30 14:30:38 +03:00 |
|
|
adaa0c63ef
|
Extract common db operations for the test
|
2024-10-30 14:12:42 +03:00 |
|
|
843b0d1e7e
|
Merge pull request 'Add reverse sessionid address lookup' (#146) from lash/reverse-session into master
Reviewed-on: #146
|
2024-10-30 10:35:55 +01:00 |
|
lash
|
cb997159f7
|
Add reverse sessionid address lookup
|
2024-10-30 00:59:59 +00:00 |
|
|
7241cdbfcb
|
Updated the tests
|
2024-10-30 00:53:13 +03:00 |
|
|
0480c02633
|
Moved voucher related functions to the utils package
|
2024-10-30 00:52:23 +03:00 |
|
|
0a97f610a4
|
catch unregistred number
|
2024-10-29 22:23:22 +03:00 |
|
|
5a0563df94
|
group regex,check for valid number against the regex
|
2024-10-29 22:17:43 +03:00 |
|
|
7597b96dae
|
remove catch for unregistered number
|
2024-10-29 22:16:34 +03:00 |
|
|
f37483e2f0
|
use _ for back navigation
|
2024-10-29 22:15:31 +03:00 |
|
|
d0ad6395b5
|
add check for unregistered phone numbers
|
2024-10-29 17:35:42 +03:00 |
|
|
106983a394
|
use explicit back to node
|
2024-10-29 17:35:01 +03:00 |
|
|
91b85af11a
|
add reset unregistered number
|
2024-10-29 17:34:34 +03:00 |
|
|
534d756318
|
catch unregistred phone numbers
|
2024-10-29 17:18:39 +03:00 |
|
|
6998c30dd1
|
add node to handle unregistered phone numbers
|
2024-10-29 17:18:01 +03:00 |
|
|
449f90c95b
|
add flag to catch unregistred numbers
|
2024-10-29 17:17:03 +03:00 |
|
|
e96c874300
|
repeat same node on invalid option input
|
2024-10-29 15:02:40 +03:00 |
|
|
b35460d3c1
|
Merge branch 'master' into pin-reset
|
2024-10-29 14:35:17 +03:00 |
|
|
124049c924
|
add admin number defination in env
|
2024-10-29 14:32:17 +03:00 |
|
|
5fd3eb3c29
|
set admin privilege flag
|
2024-10-29 14:28:58 +03:00 |
|
|
d83962c0ba
|
load admin numbers defined in the .env
|
2024-10-29 14:26:24 +03:00 |
|