shish 5 лет назад
Родитель
Сommit
dace46ed0d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz/pt/classes/PtAssetClass.php

+ 1 - 1
biz/pt/classes/PtAssetClass.php

@@ -44,7 +44,7 @@ class PtAssetClass extends BaseClass
         $change = [
             'relateId' => $id,
             'capitalType' => $capitalType,
-            'amount' => $order->actPrice,
+            'amount' => $order->amount,
             'balance' => $currentAmount,
             'txBalance' => $currentTxBalance,
             'io' => 1,