深茂订单详情

parent 473e6460
Showing with 1 additions and 1 deletions
......@@ -409,7 +409,7 @@ class OrderService
"shipping"=>\Arr::get($priceArr,3,0), //运费
"payment_surcharge"=>\Arr::get($priceArr,5,0), //支付手续费
"merchandise_total"=>$merchandise_total, //商品总额
"status"=>$v["status"],
"status"=>$orderInfo["status"],
"status_en"=>\Arr::get(OrderModel::$status,$orderInfo["status"],""),
"shipping_address"=>\Arr::get($orderAddressArr,1,[]),
"billing_address"=>\Arr::get($orderAddressArr,2,[]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment