From 25d0f7fc61722cd30c4add6aa3f82016f1bbf3bd Mon Sep 17 00:00:00 2001 From: Avni BALIKCI <108258717+abalikci@users.noreply.github.com> Date: Thu, 16 May 2024 11:37:01 +0300 Subject: [PATCH] Updates metropol card input parameter (#88) --- tests/payment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)