fix update group transfer fee

This commit is contained in:
omair saleh
2022-08-11 11:48:03 +08:00
parent b4fe0670b2
commit 18dddc38f6
@@ -127,7 +127,7 @@ class UpdateGroupLogic extends AbstractControllerLogic
$transferTransaction = $transaction->transactions()->where('type', TransactionType::TRANSFER_FEE)->first();
$transferFee = $this->calculatesTransactionTransferFee->execute($billTransaction->amount, $constant);
$transferFee = $this->calculatesTransactionTransferFee->execute($billTransaction->original_amount, $constant);
$object = new TransactionObject(
$transferTransaction->bill_no,