运费

parent caf421cf
Showing with 1 additions and 1 deletions
...@@ -311,7 +311,7 @@ class OrderService ...@@ -311,7 +311,7 @@ class OrderService
# $sub_total = OrderPriceModel::getOrderSubTotal($order_id); # $sub_total = OrderPriceModel::getOrderSubTotal($order_id);
$shipping = \Arr::get($priceArr,3,0); //运费 $shipping = \Arr::get($priceArr,3,0); //运费
$payment_surcharge_paypal = round(($merchandise_total*$shipping)*0.046+0.5,2); $payment_surcharge_paypal = round(($merchandise_total+$shipping)*0.046+0.5,2);
$ts =[ $ts =[
"order_id"=>$order_id, "order_id"=>$order_id,
......
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