diff --git a/Controller/Checkout/Redirect.php b/Controller/Checkout/Redirect.php index 616fa656..056cef04 100644 --- a/Controller/Checkout/Redirect.php +++ b/Controller/Checkout/Redirect.php @@ -82,7 +82,7 @@ public function execute() $method = $payment->getMethod(); // restore the quote $quote = $this->quoteRepository->get($order->getQuoteId()); - $quote->setIsActive(true); + $quote->setIsActive(true)->setReservedOrderId(null); $this->checkoutSession->replaceQuote($quote); $this->quoteRepository->save($quote);