Browse Source

channel pay template

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

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

@@ -214,7 +214,7 @@ class OrdersController extends BaseController
                 if($book_config){
                     if($book_config->charge_type == 'BOOK') $template_id = 1;
                 }else{
-                    $template_id = 1;
+                    //$template_id = 1;
                 }
                 /*if ($bid) {
                     $bid = Hashids::decode($bid)[0];