Skip to content

Commit

Permalink
removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Oct 8, 2024
1 parent 06d62ed commit 2f37063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/front/return.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ public function postProcess()
$cartId,
(int) $selectedCard === SaferPayConfig::CREDIT_CARD_OPTION_SAVE,
$selectedCard,
(int) Tools::getValue(SaferPayConfig::IS_BUSINESS_LICENCE),
true
(int) Tools::getValue(SaferPayConfig::IS_BUSINESS_LICENCE)
);
$transactionStatus = $assertResponseBody->getTransaction()->getStatus();
} catch (Exception $e) {
Expand Down

0 comments on commit 2f37063

Please sign in to comment.