Commit c300df58b751257d2617e8f5b854e2269529e2d7

Authored by Administrator
1 parent eb191b36

add local config

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/DealerController.php
@@ -707,6 +707,7 @@ class DealerController extends \controllers\ControllerBase @@ -707,6 +707,7 @@ class DealerController extends \controllers\ControllerBase
707 } 707 }
708 708
709 public function singleOrderAction($order_id,$type) { 709 public function singleOrderAction($order_id,$type) {
  710 + die($type);
710 $this->getOrder($order_id,$type); 711 $this->getOrder($order_id,$type);
711 } 712 }
712 713