Commit fd33706e0d1d34de03599549b3f484e54adbd90a

Authored by Administrator
1 parent 8b973f2e

add local config

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/app/frontend/controllers/DealerController.php
@@ -707,7 +707,6 @@ class DealerController extends \controllers\ControllerBase @@ -707,7 +707,6 @@ 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);  
711 $this->getOrder($order_id,$type); 710 $this->getOrder($order_id,$type);
712 } 711 }
713 712