Skip to content

Commit

Permalink
Merge pull request #117 from Invertus/SL-176/duplicated-order-statuses
Browse files Browse the repository at this point in the history
SL-176/duplicated-order-statuses
  • Loading branch information
APabisz authored Jul 26, 2023
2 parents ebdf890 + c465da6 commit 47048f7
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 47048f7

Please sign in to comment.