Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-23 16:45:46 +02:00
a553731f02 Cleaned up code
Alfred-mk created pull request urdt/ussd#126 2024-10-23 13:53:33 +02:00
WIP: account-statement
Alfred-mk pushed to account-statement at urdt/ussd 2024-10-23 13:52:25 +02:00
fc0043e3f6 Adde the transactions node
d41ba79ae4 Adde the check_statement node
f36847d966 Added a placeholder function to get transactions
Compare 3 commits »
Alfred-mk created branch account-statement in urdt/ussd 2024-10-23 13:05:21 +02:00
Alfred-mk pushed to account-statement at urdt/ussd 2024-10-23 13:05:21 +02:00
Alfred-mk commented on pull request urdt/ussd#101 2024-10-23 13:03:39 +02:00
menu-voucherlist

Kindly expound on this

Alfred-mk commented on pull request urdt/ussd#101 2024-10-23 13:02:52 +02:00
menu-voucherlist

The 0.00 is a placeholder. I set it like this without a symbol since the error indicates no symbol exists.

I have updated this to check the specific db error

Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-23 13:02:42 +02:00
4011597d9c Check specific db error
176473aa26 Rename prefix to vouchers
Compare 2 commits »
Alfred-mk commented on issue urdt/ussd#124 2024-10-23 12:51:08 +02:00
Voucher select asks for pin twice if selected in same session

This has been addressed in PR urdt/ussd#101

Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-23 05:35:23 +02:00
5f1ee396d8 Fix PIN being requested twice
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-22 16:11:07 +02:00
637e107525 Merge branch 'master' into menu-voucherlist
59d0446020 Merge pull request 'postgres-switch' (#113) from postgres-switch into master
415c807464 include the Database in context
9f562fe53e use postgres directly from go-vise
fb0d2db156 Merge branch 'master' into postgres-switch
Compare 16 commits »
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-22 16:08:34 +02:00
f37ec13c75 polish code
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-22 13:28:12 +02:00
0547bc7e5f added send menu test with dynamic max_amount
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-21 16:15:23 +02:00
02cb75f97a increase the size to resolve sink error
5909659fa9 Use dynamic balance
Compare 2 commits »
Alfred-mk pushed to postgres-switch at urdt/ussd 2024-10-21 08:22:35 +02:00
415c807464 include the Database in context
Alfred-mk commented on pull request urdt/ussd#113 2024-10-19 22:07:43 +02:00
postgres-switch

Confirmed. This has been done

Alfred-mk pushed to postgres-switch at urdt/ussd 2024-10-19 22:07:17 +02:00
9f562fe53e use postgres directly from go-vise
Alfred-mk pushed to menu-voucherlist at urdt/ussd 2024-10-19 15:07:47 +02:00
3bf2045f15 added FetchVouchers to the TestAccountService
aced3e4fc3 Merge branch 'master' into menu-voucherlist
113f1a5b34 Merge pull request 'menu-traversal-v2' (#115) from menu-traversal-v2 into master
9f8fcf1ed0 attach account service to handler
4a599b902d define transaction
Compare 18 commits »
Alfred-mk pushed to postgres-switch at urdt/ussd 2024-10-19 14:29:29 +02:00
fb0d2db156 Merge branch 'master' into postgres-switch
113f1a5b34 Merge pull request 'menu-traversal-v2' (#115) from menu-traversal-v2 into master
9f8fcf1ed0 attach account service to handler
4a599b902d define transaction
d181c34946 update handler and move transaction struct to models
Compare 17 commits »
Alfred-mk pushed to postgres-switch at urdt/ussd 2024-10-19 14:27:30 +02:00
a40fc37da4 implement postgres for the state store