|
|
@@ -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");
|