diff --git a/controllers/front/success.php b/controllers/front/success.php index 076b8bafd..ceba7a6e2 100755 --- a/controllers/front/success.php +++ b/controllers/front/success.php @@ -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',