Browse Source

charge template v2 close

zz 6 years ago
parent
commit
c2fd6934df
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

@@ -234,9 +234,9 @@ class OrdersController extends BaseController
             $template_id = $compare_id;
             $template_id = $compare_id;
         }
         }
 
 
-        if( ($comparev2_id = $this->templateCompareV2()) ){
+        /*if( ($comparev2_id = $this->templateCompareV2()) ){
             $template_id = $comparev2_id;
             $template_id = $comparev2_id;
-        }
+        }*/
 
 
         \Log::info('recordFirstIntoPayPage:$template_id:' . $template_id);
         \Log::info('recordFirstIntoPayPage:$template_id:' . $template_id);
         $res = ProductService::getChargeProduct($template_id);
         $res = ProductService::getChargeProduct($template_id);