Expose methods required for the stream sync service #147
| @ -16,7 +16,3 @@ CREATE_ACCOUNT_URL=http://localhost:5003/api/v2/account/create | ||||
| TRACK_STATUS_URL=https://custodial.sarafu.africa/api/track/ | ||||
| BALANCE_URL=https://custodial.sarafu.africa/api/account/status/ | ||||
| TRACK_URL=http://localhost:5003/api/v2/account/status | ||||
| 
 | ||||
| 
 | ||||
| #numbers with privileges to reset others pin | ||||
| ADMIN_NUMBERS=254051722XXX,255012221XXX | ||||
| @ -20,8 +20,8 @@ import ( | ||||
| 	"git.defalsify.org/vise.git/resource" | ||||
| 	"git.defalsify.org/vise.git/state" | ||||
| 	"git.grassecon.net/urdt/ussd/common" | ||||
| 	"git.grassecon.net/urdt/ussd/remote" | ||||
| 	"git.grassecon.net/urdt/ussd/internal/utils" | ||||
| 	"git.grassecon.net/urdt/ussd/remote" | ||||
| 	"gopkg.in/leonelquinteros/gotext.v1" | ||||
| 
 | ||||
| 	"git.grassecon.net/urdt/ussd/internal/storage" | ||||
| @ -1390,7 +1390,6 @@ func (h *Handlers) SetVoucher(ctx context.Context, sym string, input []byte) (re | ||||
| 		return res, fmt.Errorf("missing session") | ||||
| 	} | ||||
| 
 | ||||
| 
 | ||||
| 	// Get temporary data
 | ||||
| 	tempData, err := common.GetTemporaryVoucherData(ctx, h.userdataStore, sessionId) | ||||
| 	if err != nil { | ||||
|  | ||||
| @ -12,10 +12,10 @@ import ( | ||||
| 	"git.defalsify.org/vise.git/persist" | ||||
| 	"git.defalsify.org/vise.git/resource" | ||||
| 	"git.defalsify.org/vise.git/state" | ||||
| 	"git.grassecon.net/urdt/ussd/models" | ||||
| 	"git.grassecon.net/urdt/ussd/internal/storage" | ||||
| 	"git.grassecon.net/urdt/ussd/internal/testutil/mocks" | ||||
| 	"git.grassecon.net/urdt/ussd/internal/testutil/testservice" | ||||
| 	"git.grassecon.net/urdt/ussd/models" | ||||
| 
 | ||||
| 	"git.grassecon.net/urdt/ussd/common" | ||||
| 	"github.com/alecthomas/assert/v2" | ||||
| @ -1808,15 +1808,14 @@ func TestSetDefaultVoucher(t *testing.T) { | ||||
| 	}{ | ||||
| 		{ | ||||
| 			name:         "Test no vouchers available", | ||||
| 			vouchersResp: []dataserviceapi.TokenHoldings { | ||||
| 			}, | ||||
| 			vouchersResp: []dataserviceapi.TokenHoldings{}, | ||||
| 			expectedResult: resource.Result{ | ||||
| 				FlagSet: []uint32{flag_no_active_voucher}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		{ | ||||
| 			name: "Test set default voucher when no active voucher is set", | ||||
| 			vouchersResp: []dataserviceapi.TokenHoldings { | ||||
| 			vouchersResp: []dataserviceapi.TokenHoldings{ | ||||
| 				dataserviceapi.TokenHoldings{ | ||||
| 					ContractAddress: "0x123", | ||||
| 					TokenSymbol:     "TOKEN1", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user