|
@@ -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);
|