wesmiler 2 ماه پیش
والد
کامیت
b76d9c419f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/Services/Api/OrderService.php

+ 1 - 0
app/Services/Api/OrderService.php

@@ -100,6 +100,7 @@ class OrderService extends BaseService
                 }
 
                 $item['goods'] = isset($item['goods']) && $item['goods'] ? $item['goods'] : [];
+                $item['pay_total'] = moneyFormat($item['pay_total'] + $item['delivery_fee'],2);
             }
             unset($item);
         }