Skip to content

Commit

Permalink
fixes using wrong test card in the create payment (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus committed Feb 2, 2023
1 parent ab23714 commit 698ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/payment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestPayment_CreatePayment(t *testing.T) {
ExternalId: "115",
Card: &craftgate.Card{
CardHolderName: "Card Holder",
CardNumber: "5117280000006665",
CardNumber: "4256690000000001",
ExpireYear: "2035",
ExpireMonth: "11",
Cvc: "123",
Expand Down

0 comments on commit 698ad90

Please sign in to comment.