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()) {