Skip to content

Commit

Permalink
[SL-252] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Sep 26, 2024
1 parent 4921d43 commit 844e74f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/front/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ private function submitHostedFields()
$saferPayOrder->is_transaction = 1;
$saferPayOrder->update();

$cart = new Cart($this->context->cart->id);

/** @var SaferPayTransactionAssertion $assertService */
$assertService = $this->module->getService(SaferPayTransactionAssertion::class);
$assertService->assert($this->context->cart->id, false);
Expand Down

0 comments on commit 844e74f

Please sign in to comment.