Skip to content

Commit

Permalink
adds bank account tracking adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus committed Nov 9, 2023
1 parent e6ba2da commit a849ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bank_account_tracking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestBankAccountTracking_SearchBankAccountTrackingRecords(t *testing.T) {
request := adapter.SearchBankAccountTrackingRecordRequest{
Page: 0,
Size: 10,
Currency: craftgate.Currency("TRY"),
Currency: craftgate.Currency_TRY,
}

res, err := bankAccountTrackingClient.BankAccountTracking.SearchRecords(context.Background(), request)
Expand Down

0 comments on commit a849ac1

Please sign in to comment.