Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
4c20069e2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/models/store/StoreOrder.php

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

@@ -361,7 +361,7 @@ class StoreOrder extends BaseModel
             } else {
                 $payPostageSh = self::getOrderPriceGroup($cartInfo, $addr, $storeId)['storePostageSh'];
             }
-            $payPrice = bcadd($payPrice, $payPostageSh);
+            $payPrice = bcadd($payPrice, $payPostageSh, 2);
             $cartIds = [];
             $totalNum = 0;
             $gainIntegral = 0;