From d3ed3b0df282546b141191b886a992b3a080a28f Mon Sep 17 00:00:00 2001 From: Diana Vracheva Date: Thu, 14 Nov 2024 15:53:55 +0200 Subject: [PATCH] Remove 3ds extra params in authorize and purchase request --- src/Message/AuthorizeRequest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Message/AuthorizeRequest.php b/src/Message/AuthorizeRequest.php index 80b773b..549c521 100644 --- a/src/Message/AuthorizeRequest.php +++ b/src/Message/AuthorizeRequest.php @@ -45,11 +45,6 @@ public function getData() 'callback_url' => $this->getNotifyUrl(), 'customer' => $this->getCustomer(), 'transaction_indicator' => $this->getTransactionIndicator() ?: Preauthorize::TRANSACTION_INDICATOR_SINGLE, - 'extra_data' => [ - '3ds:authenticationIndicator' => $this->get3dsAuthenticationIndicator(), - '3ds:recurringFrequency' => $this->get3dsRecurringFrequency(), - '3ds:challengeIndicator' => $this->get3dsChallengeIndicator(), - ], ]; if ($this->getCardReference()) {