From 79612e8a173c8b73c1af474c1675858b473a8573 Mon Sep 17 00:00:00 2001 From: Avni BALIKCI Date: Thu, 16 May 2024 10:47:15 +0300 Subject: [PATCH] Updates metropol card input parameter --- 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)