shish 3 yıl önce
ebeveyn
işleme
de981dfa2c
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      biz-ghs/order/services/OrderService.php

+ 2 - 1
biz-ghs/order/services/OrderService.php

@@ -205,7 +205,8 @@ class OrderService extends BaseService
             'book' => $book,
             'book' => $book,
             'product' => $currentProduct,
             'product' => $currentProduct,
             'sendTimeWant' => $sendTimeWant,
             'sendTimeWant' => $sendTimeWant,
-            'sendCost' => $data['sendCost'] ?: '0.00',
+            'sendCost' => $data['sendCost'] ?? '0',
+            'packCost' => $data['packCost'] ?? '0',
             'ghsShopAdminId' => $ghsShopAdminId,
             'ghsShopAdminId' => $ghsShopAdminId,
             'ghsShopAdminName' => $ghsShopAdminName,
             'ghsShopAdminName' => $ghsShopAdminName,
             'sjId' => $customSjId,
             'sjId' => $customSjId,