Browse Source

35 charge template

zz 6 years ago
parent
commit
773168c9fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Wap/Order/OrdersController.php

+ 2 - 2
app/Http/Controllers/Wap/Order/OrdersController.php

@@ -229,11 +229,11 @@ class OrdersController extends BaseController
             $template_id = $male_site_template;
         }
 
-        if($book_config && $book_config->charge_type == 'BOOK'){
+        /*if($book_config && $book_config->charge_type == 'BOOK'){
             if( ($compare_id = $this->templateCompareV3()) ){
                 $template_id = $compare_id;
             }
-        }
+        }*/
         /*if( ($compare_id = $this->templateCompare()) ){
             $template_id = $compare_id;
         }*/