ソースを参照

charge template v2 close

zz 6 年 前
コミット
c2fd6934df
1 ファイル変更2 行追加2 行削除
  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;
         }
 
-        if( ($comparev2_id = $this->templateCompareV2()) ){
+        /*if( ($comparev2_id = $this->templateCompareV2()) ){
             $template_id = $comparev2_id;
-        }
+        }*/
 
         \Log::info('recordFirstIntoPayPage:$template_id:' . $template_id);
         $res = ProductService::getChargeProduct($template_id);