• Joined on 2024-08-10
carlos pushed to api-structs at urdt/ussd 2024-10-24 15:41:49 +02:00
69a4530269 Delete services/registration/locale/swa/default.mo
carlos pushed to api-structs at urdt/ussd 2024-10-24 15:37:33 +02:00
db19e38717 Merge remote-tracking branch 'refs/remotes/origin/api-structs' into api-structs
c796bbdcfc correct create endpoint
2b34a0900c check for status code and unmarshal on errResponse
57a49819f4 Merge branch 'master' into api-structs
abc01b7cee change to local setup endpoint
Compare 5 commits »
carlos pushed to tests-refactor at urdt/ussd 2024-10-24 11:07:14 +02:00
f99486c190 correct import
57a07af8ca correct import
5692440099 move to testutil
651969668f move to testutil
f3a028f1fc move to testutil
Compare 5 commits »
carlos pushed to api-structs at urdt/ussd 2024-10-24 09:10:30 +02:00
9f2d57ea03 update tests
d74a4cc33b update service mock method signatures
308ca99fb0 remove reload account creation
08e709f1b3 check for error responses
9bc9d04a49 use errresponse and okresponse for deserialization
Compare 5 commits »
carlos created pull request urdt/ussd#127 2024-10-23 16:28:38 +02:00
api-context
carlos pushed to api-context at urdt/ussd 2024-10-23 11:46:11 +02:00
b41e52af63 pass context.Context
fb32dde136 run go mod tidy
Compare 2 commits »
carlos created branch api-context in urdt/ussd 2024-10-23 11:30:31 +02:00
carlos pushed to api-context at urdt/ussd 2024-10-23 11:30:31 +02:00
carlos pushed to tests-refactor at urdt/ussd 2024-10-23 10:09:10 +02:00
1e6cf6a33a run mod tidy
carlos pushed to tests-refactor at urdt/ussd 2024-10-23 10:06:57 +02:00
2725323f16 Merge branch 'master' into tests-refactor
306666a15e load and reload after halt
e05dbb4885 check for back option
59d0446020 Merge pull request 'postgres-switch' (#113) from postgres-switch into master
415c807464 include the Database in context
Compare 18 commits »
carlos commented on pull request urdt/ussd#117 2024-10-23 10:02:59 +02:00
api-structs

In the menu handler's context,we needed a way to decide which error from calling the CreateAccountService we could use to set the flag 'flag_api_call_error' and because an error could occur when…

carlos commented on pull request urdt/ussd#117 2024-10-23 09:37:49 +02:00
api-structs

Well,at the point of making the api call and receiving a response back, we don't really know the response that will be sent back,it can either be an ErrResponse or an OKResponse but we are…

carlos pushed to api-structs at urdt/ussd 2024-10-22 20:36:43 +02:00
5f2c6cce16 add required track endpoint
3179ec1f62 add local track endpoint
Compare 2 commits »
carlos pushed to api-structs at urdt/ussd 2024-10-22 20:32:10 +02:00
b9a63f3c6f merge dep
1d255372b2 Merge branch 'master' into api-structs
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
Compare 17 commits »
carlos pushed to api-structs at urdt/ussd 2024-10-21 15:54:31 +02:00
9c75942b0b chore: remove commented code
carlos pushed to tests-refactor at urdt/ussd 2024-10-21 15:48:38 +02:00
eaac771722 move into testtag package
f3a5178de7 update imports
549d09890b update imports
4a9ef6b5f2 move test account service to testutil
961d8d1a5c update package import
Compare 9 commits »
carlos created branch tests-refactor in urdt/ussd 2024-10-21 10:16:52 +02:00
carlos pushed to tests-refactor at urdt/ussd 2024-10-21 10:16:52 +02:00
carlos pushed to api-structs at urdt/ussd 2024-10-21 10:11:47 +02:00
acd0af25c6 catch api call error
66d2e2e838 add custodial api structs
4beeb9986a use importable api structs
d81bc0eefb use importable api structs
5b0a383513 use importable api structs
Compare 6 commits »
carlos opened issue urdt/ussd#118 2024-10-19 16:29:41 +02:00
Custodial account not getting fully setup