diff --git a/tests/payment_test.go b/tests/payment_test.go index 7920f57..7af850d 100644 --- a/tests/payment_test.go +++ b/tests/payment_test.go @@ -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)