From c465da68d28b057fa8b7a408ae8614146d06d927 Mon Sep 17 00:00:00 2001 From: Arkadiusz Pabisz Date: Tue, 25 Jul 2023 12:15:16 +0200 Subject: [PATCH] resign from calling the assert method --- controllers/front/success.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/front/success.php b/controllers/front/success.php index 076b8baf..ceba7a6e 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',