|
|
@@ -359,7 +359,7 @@ class GoodsService extends BaseService
|
|
|
$result['discount_total'] = moneyFormat($orderTotal - $result['order_total'],2);
|
|
|
}
|
|
|
|
|
|
- $result['pay_total'] = moneyFormat($result['order_total'] + $result['delivery_fee'],2);
|
|
|
+ $result['pay_total'] = floatval(moneyFormat($result['order_total'] + $result['delivery_fee'],2));
|
|
|
return $result;
|
|
|
}
|
|
|
|