diff --git a/Observer/CheckoutSubmitAllAfter/PayCheckoutUrl.php b/Observer/CheckoutSubmitAllAfter/PayCheckoutUrl.php index ba19600b..c07be8fe 100644 --- a/Observer/CheckoutSubmitAllAfter/PayCheckoutUrl.php +++ b/Observer/CheckoutSubmitAllAfter/PayCheckoutUrl.php @@ -40,7 +40,6 @@ public function execute(Observer $observer) $response = $this->responseFactory->create(); $response->setRedirect($url); $response->sendResponse(); - exit; } } }