From 8ed3f625e16a5fd92ea970db93c83e75de40996e Mon Sep 17 00:00:00 2001 From: Mathieu Ferment Date: Wed, 18 Sep 2019 16:33:17 +0200 Subject: [PATCH] Allow access to Checkout process --- controllers/front/OrderController.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/controllers/front/OrderController.php b/controllers/front/OrderController.php index 500ebb6dd3b8b..23359ccd70635 100644 --- a/controllers/front/OrderController.php +++ b/controllers/front/OrderController.php @@ -82,7 +82,18 @@ public function postProcess() $this->bootstrap(); } - protected function getCheckoutSession() + /** + * @return CheckoutProcess + */ + public function getCheckoutProcess() + { + return $this->checkoutProcess; + } + + /** + * @return CheckoutSession + */ + public function getCheckoutSession() { $deliveryOptionsFinder = new DeliveryOptionsFinder( $this->context,