Kirin hace 3 años
padre
commit
4c20069e2a
Se han modificado 1 ficheros con 1 adiciones y 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;