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 b32d0cb commit 4c33ebe
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 @@ -8,7 +8,7 @@ import (
"testing"
)

var bankAccountTrackingClient, _ = craftgate.New("api-key", "secret-key", "http://localhost:8000")
var bankAccountTrackingClient, _ = craftgate.New("api-key", "secret-key", "https://sandbox-api.craftgate.io")

func TestBankAccountTracking_SearchBankAccountTrackingRecords(t *testing.T) {
request := adapter.SearchBankAccountTrackingRecordRequest{
Expand Down

0 comments on commit 4c33ebe

Please sign in to comment.