diff --git a/Controller/Payment/Confirm.php b/Controller/Payment/Confirm.php index 17265f7..951fb00 100644 --- a/Controller/Payment/Confirm.php +++ b/Controller/Payment/Confirm.php @@ -187,5 +187,7 @@ public function execute() return $resultRedirect->setPath('checkout/cart'); } } + + return $resultRedirect->setPath('checkout/cart'); } }