Skip to content

Commit

Permalink
Remove 3ds extra params in authorize and purchase request
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaVrachevaAmpeco committed Nov 14, 2024
1 parent 092edc8 commit d3ed3b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Message/AuthorizeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit d3ed3b0

Please sign in to comment.