Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
semihshn committed Mar 21, 2024
1 parent 7cf1e38 commit 27a4f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/instant_transfer_payment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ func TestRetrieveActiveBanks(t *testing.T) {
}
}

func TestInitCompayAPMPayment(t *testing.T) {
func TestInitInstantTransferAPMPayment(t *testing.T) {
additionalParams := make(map[string]string)
additionalParams["bankCode"] = "0"

request := adapter.InitApmPaymentRequest{
ApmType: craftgate.ApmType_COMPAY,
ApmType: craftgate.ApmType_INSTANT_TRANSFER,

Check failure on line 28 in tests/instant_transfer_payment_test.go

View workflow job for this annotation

GitHub Actions / build

undefined: craftgate.ApmType_INSTANT_TRANSFER (typecheck)

Check failure on line 28 in tests/instant_transfer_payment_test.go

View workflow job for this annotation

GitHub Actions / build

undefined: craftgate.ApmType_INSTANT_TRANSFER (typecheck)
Price: 1,
PaidPrice: 1,
Currency: craftgate.Currency_TRY,
Expand Down

0 comments on commit 27a4f24

Please sign in to comment.