delete refund

This commit is contained in:
edmondlang
2024-08-14 09:48:51 +08:00
parent 78c4b4db63
commit 886a7b2767
@@ -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();
} }