From c300df58b751257d2617e8f5b854e2269529e2d7 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 10 Jan 2017 17:58:37 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/DealerController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/app/frontend/controllers/DealerController.php b/src/app/frontend/controllers/DealerController.php index bbbd272..cc2f1ce 100644 --- a/src/app/frontend/controllers/DealerController.php +++ b/src/app/frontend/controllers/DealerController.php @@ -707,6 +707,7 @@ class DealerController extends \controllers\ControllerBase } public function singleOrderAction($order_id,$type) { + die($type); $this->getOrder($order_id,$type); } -- libgit2 0.21.4