shish vor 1 Jahr
Ursprung
Commit
b6fa27eef3
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      biz-hd/order/classes/OrderClass.php
  2. 1 1
      biz-hd/purchase/services/PurchaseService.php

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

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

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

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