We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef567f commit 241a1aaCopy full SHA for 241a1aa
app/code/Meta/Sales/Controller/Checkout/Index.php
@@ -112,7 +112,6 @@ class Index implements HttpGetActionInterface
112
*/
113
private OrderHelper $orderHelper;
114
115
-
116
/**
117
* @param QuoteFactory $quoteFactory
118
* @param QuoteIdMaskFactory $quoteIdMaskFactory
@@ -287,8 +286,8 @@ public function execute()
287
286
// Redirect to checkout
288
$this->checkoutSession->replaceQuote($quote);
289
$resultRedirect = $this->resultRedirectFactory->create();
290
- $resultRedirect->setPath('checkout/cart');
+ $resultRedirect->setPath('checkout');
291
292
return $resultRedirect;
293
}
294
-}
+}
0 commit comments