mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
debug update group rate
This commit is contained in:
@@ -132,7 +132,7 @@ class UpdateGroupLogic extends AbstractControllerLogic
|
||||
$transaction->currency_rate = $object->getCurrencyRate();
|
||||
$transaction->tax = $object->getTax();
|
||||
$transaction->service_charge = $object->getServiceCharge();
|
||||
dd($transaction->save());
|
||||
dd($transaction->dd());
|
||||
$billTransaction = $this->updatesTransaction->execute($transaction, $object);
|
||||
|
||||
$transferTransaction = $transaction->transactions()->where('type', TransactionType::TRANSFER_FEE)->first();
|
||||
|
||||
Reference in New Issue
Block a user