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,