固定收货人地址
-
担保交易虚拟产品中的收货地址、名称、电话都要填写很麻烦,有人说可以直接在程序中写固定一个值:
“receive_name” => $buyer_name,
“receive_address” => $order->billing_address_1,
“receive_zip” => $order->shipping_postcode,
//”receive_phone” => $order->billing_phone,
“receive_mobile” => $order->billing_phone更改成
“receive_name” => ‘虚拟’,
“receive_address” => ‘XX省XXX市XXX区XXX路XXX小区XXX栋XXX单元XXX号’,
“receive_zip” => ‘510000’,
//”receive_phone” => ‘18000000000’,
“receive_mobile” => ‘18000000000’这样不行,错误代码:ILLEGAL_ARGUMENT – – 球高手修改程序。
- The topic ‘固定收货人地址’ is closed to new replies.