WIN-2308041133\Administrator 3 tháng trước cách đây
mục cha
commit
ac4a520c7d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

@@ -306,7 +306,7 @@ class StoreOrder extends BaseModel
                 $payPostage = 0;
             } else {
                 $payPostage = self::getOrderPriceGroup($cartInfo, $addr)['storePostage'];
-                $payType = self::getOrderPriceGroup($cartInfo, $addr)['payType'];
+                $storeType = self::getOrderPriceGroup($cartInfo, $addr)['storeType'];
 
             }
             if ($shipping_type === 1) {