Skip to content

Commit

Permalink
Updates metropol card input parameter (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci committed May 16, 2024
1 parent 6408c53 commit 25d0f7f
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 @@ -420,7 +420,7 @@ func TestPayment_InitMetropolApmPayment(t *testing.T) {
},
},
AdditionalParams: map[string]string{
"apmUserIdentity": "6375780115068760",
"cardNumber": "6375780115068760",
},
}
res, err := paymentClient.Payment.InitApmPayment(context.Background(), request)
Expand Down

0 comments on commit 25d0f7f

Please sign in to comment.