shish hai 1 ano
pai
achega
b6fa27eef3

+ 1 - 1
biz-hd/order/classes/OrderClass.php

@@ -265,7 +265,7 @@ class OrderClass extends BaseClass
             $shopId = $order->shopId;
             $shop = ShopClass::getById($shopId, true);
             if (!empty($shop)) {
-                HdRefundClass::onlyRefundAmount($shop, $order);
+                //HdRefundClass::onlyRefundAmount($shop, $order);
             }
             util::stop("SUCCESS");
         }

+ 1 - 1
biz-hd/purchase/services/PurchaseService.php

@@ -339,7 +339,7 @@ class PurchaseService extends BaseService
                 $ghsShopId = $sale->shopId;
                 $ghsShop = ShopClass::getById($ghsShopId, true);
                 if (!empty($ghsShop)) {
-                    CgRefundClass::onlyRefundMoney($ghsShop, $info);
+                    //CgRefundClass::onlyRefundMoney($ghsShop, $info);
                 }
             }
             util::stop("SUCCESS");