Skip to content

Commit

Permalink
resign from calling the assert method
Browse files Browse the repository at this point in the history
  • Loading branch information
APabisz committed Jul 25, 2023
1 parent ebdf890 commit c465da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/front/success.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public function postProcess()
}

try {
$this->assertTransaction($orderId);
// TODO The shopping cart should be locked to prevent problems with the notify.php process running at the same time.
// $this->assertTransaction($orderId);

Tools::redirect($this->context->link->getPageLink(
'order-confirmation',
Expand Down

0 comments on commit c465da6

Please sign in to comment.