mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
delete refund
This commit is contained in:
@@ -102,8 +102,7 @@ class DeleteRefundTransactionLogic extends AbstractControllerLogic
|
|||||||
->where('payment_reference', $transaction->payment_reference)
|
->where('payment_reference', $transaction->payment_reference)
|
||||||
->first();
|
->first();
|
||||||
|
|
||||||
|
// Log::info($whiteFormTransaction->id);
|
||||||
Log::info($whiteFormTransaction->id);
|
|
||||||
|
|
||||||
$whiteFormTransaction->delete();
|
$whiteFormTransaction->delete();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user