Skip to content

Commit 241a1aa

Browse files
authored
Change redirect to checkout flow (#768)
1 parent 5ef567f commit 241a1aa

File tree

1 file changed

+2
-3
lines changed
  • app/code/Meta/Sales/Controller/Checkout

1 file changed

+2
-3
lines changed

app/code/Meta/Sales/Controller/Checkout/Index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class Index implements HttpGetActionInterface
112112
*/
113113
private OrderHelper $orderHelper;
114114

115-
116115
/**
117116
* @param QuoteFactory $quoteFactory
118117
* @param QuoteIdMaskFactory $quoteIdMaskFactory
@@ -287,8 +286,8 @@ public function execute()
287286
// Redirect to checkout
288287
$this->checkoutSession->replaceQuote($quote);
289288
$resultRedirect = $this->resultRedirectFactory->create();
290-
$resultRedirect->setPath('checkout/cart');
289+
$resultRedirect->setPath('checkout');
291290

292291
return $resultRedirect;
293292
}
294-
}
293+
}

0 commit comments

Comments
 (0)