Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:42:56 +01:00
93c44861e0 Use numeric prefixes
Alfred-mk created branch data-items-cleanup in urdt/ussd 2024-12-04 18:39:19 +01:00
Alfred-mk pushed to data-items-cleanup at urdt/ussd 2024-12-04 18:39:19 +01:00
4ecfc9de38 removed DATATYPE_USERSUB and replaced with DATATYPE_USERDATA
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 12:13:13 +01:00
d40a4a171f formatted code
Alfred-mk commented on pull request urdt/ussd#177 2024-12-03 12:11:02 +01:00
minor-bug-fixes

This has been added in ..utils/name.go

Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 12:10:15 +01:00
ba430a5849 add a separate function to handle ConstructName
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 11:37:07 +01:00
0f21b01813 resolved error in the TestViewVoucher
10586baf0d resolved error in the TestCheckBalance
Compare 2 commits »
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 11:32:26 +01:00
e979742424 resolved error in the TestValidateRecipient
ff3f049226 updated the CheckAliasAddress mock
Compare 2 commits »
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-03 10:58:33 +01:00
13b45c49da Merge branch 'master' into minor-bug-fixes
b615c27cf6 Merge pull request 'trigger-balance-reload' (#193) from trigger-balance-reload into master
22e870b3e5 Merge branch 'master' into trigger-balance-reload
da462346f9 Merge pull request 'Always reset persister in handler' (#194) from lash/no-persister-deadlock into master
406bd84875 Always reset persister in handler
Compare 9 commits »
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-12-02 13:25:42 +01:00
419cd185fc Merge branch 'master' into minor-bug-fixes
7976e237ca Merge pull request 'voucher-details' (#179) from voucher-details into master
19ec8f0817 Merge branch 'master' into voucher-details
ef3a3d6717 updated the TestGetVoucherDetails
c2019267d1 capitalize the voucher descriptions
Compare 8 commits »
Alfred-mk pushed to master at urdt/ussd 2024-12-02 11:43:33 +01:00
7976e237ca Merge pull request 'voucher-details' (#179) from voucher-details into master
19ec8f0817 Merge branch 'master' into voucher-details
ef3a3d6717 updated the TestGetVoucherDetails
c2019267d1 capitalize the voucher descriptions
1174500e3f add test for voucher details
Compare 7 commits »
Alfred-mk merged pull request urdt/ussd#179 2024-12-02 11:43:31 +01:00
voucher-details
Alfred-mk commented on issue urdt/ussd#65 2024-12-02 11:42:45 +01:00
Default/Selected token behaviour

This was resolved. If a user does not have a voucher, the menu displays "Balance 0.00"

Once they receive a voucher, this is set as the default voucher and only changes if switched under "Select…

Alfred-mk closed issue urdt/ussd#65 2024-12-02 11:42:45 +01:00
Default/Selected token behaviour
Alfred-mk pushed to voucher-details at urdt/ussd 2024-12-02 11:34:45 +01:00
19ec8f0817 Merge branch 'master' into voucher-details
08ff1056d7 Validate aliases, addresses and phone numbers in the send menu (#176)
0f4a7e900f Merge pull request 'feat: upgrade go-vise dep, minor cleanups to go.mod' (#182) from sohail/upgrade-deps into master
2d6c434bde feat: upgrade go-vise dep, minor cleanups to go.mod
f5d2644031 Merge pull request 'account-statement' (#126) from account-statement into master
Compare 20 commits »
Alfred-mk approved urdt/ussd#179 2024-12-02 11:31:14 +01:00
voucher-details
Alfred-mk pushed to voucher-details at urdt/ussd 2024-12-02 11:30:40 +01:00
ef3a3d6717 updated the TestGetVoucherDetails
Alfred-mk pushed to voucher-details at urdt/ussd 2024-12-02 11:26:54 +01:00
c2019267d1 capitalize the voucher descriptions
Alfred-mk closed issue urdt/ussd#121 2024-11-30 14:26:34 +01:00
Implement transaction list menu
Alfred-mk commented on issue urdt/ussd#121 2024-11-30 14:25:42 +01:00
Implement transaction list menu

This was implemented on PR urdt/ussd#126