|
@@ -329,6 +329,7 @@ class OrdersController extends Controller
|
|
if ($suid) {
|
|
if ($suid) {
|
|
$prize_fee = (int)(($product_info->price*100)*0.1);
|
|
$prize_fee = (int)(($product_info->price*100)*0.1);
|
|
$help_pay_page_channel_id = env('HELP_PAY_PAGE_CHANNEL_ID', 123);
|
|
$help_pay_page_channel_id = env('HELP_PAY_PAGE_CHANNEL_ID', 123);
|
|
|
|
+ $help_pay_page_channel_id = $distribution_channel_id;
|
|
$url_format = '%s://site%s.%s.com/helppay?back=%s&su=%s';
|
|
$url_format = '%s://site%s.%s.com/helppay?back=%s&su=%s';
|
|
$pay_info['pay_redirect_url'] = $pay_redirect_url = sprintf(
|
|
$pay_info['pay_redirect_url'] = $pay_redirect_url = sprintf(
|
|
$url_format,
|
|
$url_format,
|