Skip to content

Commit

Permalink
Updates metropol card input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci committed May 16, 2024
1 parent 6408c53 commit 79612e8
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 79612e8

Please sign in to comment.