shish 6 лет назад
Родитель
Сommit
9f9ba3ae2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/services/xhMerchantAssetService.php

+ 1 - 1
common/services/xhMerchantAssetService.php

@@ -112,7 +112,7 @@ class xhMerchantAssetService
         StatIncomeSourceService::replaceData([
             'merchantId' => $order['merchantId'],
             'sourceType' => $order['sourceType'],
-            'amount' => $order['actPrice'],
+            'amount' => $totalFee,
             'payWay' => $order['payWay']
         ]);
     }