|  | 9bc9d04a49 | use errresponse and okresponse for deserialization | 2024-10-24 10:00:38 +03:00 |  | 
			
				
					|  | a553731f02 | Cleaned up code | 2024-10-23 17:45:41 +03:00 |  | 
			
				
					|  | 4011597d9c | Check specific db error | 2024-10-23 14:02:13 +03:00 |  | 
			
				
					|  | 176473aa26 | Rename prefix to vouchers | 2024-10-23 13:54:42 +03:00 |  | 
			
				
					|  | b41e52af63 | pass context.Context | 2024-10-23 12:45:54 +03:00 |  | 
			
				
					|  | fb32dde136 | run go mod tidy | 2024-10-23 12:45:10 +03:00 |  | 
			
				
					|  | 5f1ee396d8 | Fix PIN being requested twice | 2024-10-23 06:35:19 +03:00 |  | 
			
				
					|  | 5f2c6cce16 | add required track endpoint | 2024-10-22 21:36:28 +03:00 |  | 
			
				
					|  | 3179ec1f62 | add local  track endpoint | 2024-10-22 21:35:52 +03:00 |  | 
			
				
					|  | b9a63f3c6f | merge dep | 2024-10-22 21:30:48 +03:00 |  | 
			
				
					|  | 1d255372b2 | Merge branch 'master' into api-structs | 2024-10-22 21:05:51 +03:00 |  | 
			
				
					|  | 637e107525 | Merge branch 'master' into menu-voucherlist | 2024-10-22 17:10:51 +03:00 |  | 
			
				
					|  | 59d0446020 | Merge pull request 'postgres-switch' (#113) from postgres-switch into master Reviewed-on: urdt/ussd#113 | 2024-10-22 16:04:56 +02:00 |  | 
			
				
					|  | f37ec13c75 | polish code | 2024-10-22 16:31:29 +03:00 |  | 
			
				
					|  | 0547bc7e5f | added send menu test with dynamic max_amount | 2024-10-22 14:24:22 +03:00 |  | 
			
				
					|  | 02cb75f97a | increase the size to resolve sink error | 2024-10-21 17:14:59 +03:00 |  | 
			
				
					|  | 9c75942b0b | chore: remove commented code | 2024-10-21 16:54:16 +03:00 |  | 
			
				
					|  | 5909659fa9 | Use dynamic balance | 2024-10-21 16:52:07 +03:00 |  | 
			
				
					|  | acd0af25c6 | catch api call error | 2024-10-21 11:11:04 +03:00 |  | 
			
				
					|  | 66d2e2e838 | add custodial api structs | 2024-10-21 11:10:42 +03:00 |  | 
			
				
					|  | 4beeb9986a | use importable api structs | 2024-10-21 11:10:23 +03:00 |  | 
			
				
					|  | d81bc0eefb | use importable api structs | 2024-10-21 11:10:01 +03:00 |  | 
			
				
					|  | 5b0a383513 | use importable api structs | 2024-10-21 11:09:37 +03:00 |  | 
			
				
					|  | 367d3f0593 | remove manually added api.go file | 2024-10-21 11:07:32 +03:00 |  | 
			
				
					|  | 415c807464 | include the Database in context | 2024-10-21 09:22:07 +03:00 |  | 
			
				
					|  | 9f562fe53e | use postgres directly from go-vise | 2024-10-19 23:06:58 +03:00 |  | 
			
				
					|  | 3bf2045f15 | added FetchVouchers to the TestAccountService | 2024-10-19 16:07:40 +03:00 |  | 
			
				
					|  | aced3e4fc3 | Merge branch 'master' into menu-voucherlist | 2024-10-19 15:38:54 +03:00 |  | 
			
				
					|  | fb0d2db156 | Merge branch 'master' into postgres-switch | 2024-10-19 15:28:59 +03:00 |  | 
			
				
					|  | a40fc37da4 | implement postgres for the state store | 2024-10-19 15:27:23 +03:00 |  | 
			
				
					|  | f13f5996c1 | remove thread abstraction from postgres | 2024-10-19 14:51:41 +03:00 |  | 
			
				
					|  | 00a2beae50 | rename file | 2024-10-19 13:41:19 +03:00 |  | 
			
				
					|  | 25bc7006a4 | show a balance of 0 and prevent sending when no voucher exists | 2024-10-18 18:31:40 +03:00 |  | 
			
				
					|  | f643aa4d14 | update tests | 2024-10-18 17:37:04 +03:00 |  | 
			
				
					|  | b8860478b6 | implement expected structs | 2024-10-18 17:36:51 +03:00 |  | 
			
				
					|  | 847b91ca9e | Merge branch 'menu-api-errors' into api-structs | 2024-10-18 17:15:05 +03:00 |  | 
			
				
					|  | 353e24de33 | define api structs | 2024-10-18 17:04:43 +03:00 |  | 
			
				
					|  | 1c57c95d93 | use api structs | 2024-10-18 17:04:02 +03:00 |  | 
			
				
					|  | 128a354b34 | use api structs | 2024-10-18 17:03:48 +03:00 |  | 
			
				
					|  | 81c4189c8e | update tests | 2024-10-18 17:02:08 +03:00 |  | 
			
				
					|  | b8e12e5215 | update api endpoints | 2024-10-18 17:01:21 +03:00 |  | 
			
				
					|  | 113f1a5b34 | Merge pull request 'menu-traversal-v2' (#115) from menu-traversal-v2 into master Reviewed-on: urdt/ussd#115
Reviewed-by: lash <accounts-grassrootseconomics@holbrook.no> | 2024-10-18 15:38:56 +02:00 |  | 
			
				
					|  | 4f04362835 | pass error description to error response | 2024-10-17 16:08:18 +03:00 |  | 
			
				
					|  | fd8bfae8c7 | updated the vise version to include the updated column | 2024-10-17 15:35:35 +03:00 |  | 
			
				
					|  | eea3be3a39 | resolve failing test | 2024-10-17 13:49:56 +03:00 |  | 
			
				
					|  | 849a950fbc | Merge branch 'master' into menu-voucherlist | 2024-10-17 13:44:31 +03:00 |  | 
			
				
					|  | 6727bd3769 | polished code | 2024-10-17 12:55:47 +03:00 |  | 
			
				
					|  | 9f8fcf1ed0 | attach account service to handler | 2024-10-17 12:54:11 +03:00 |  | 
			
				
					|  | 4a599b902d | define transaction | 2024-10-17 12:49:51 +03:00 |  | 
			
				
					|  | a759f47c8e | Merge branch 'master' into postgres-switch | 2024-10-17 12:49:28 +03:00 |  |