mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 07:23:59 +00:00
Merge branch 'vapor/production' of https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0 into vapor/production
This commit is contained in:
+1
@@ -110,6 +110,7 @@ class CreateProformaInvoiceTransactionProcessor
|
||||
|
||||
$transaction = $booking->transactions()
|
||||
->where('type', TransactionType::PAYMENT)
|
||||
->whereNotIn('status', [ApprovalStatus::SUSPENDED])
|
||||
->first();
|
||||
|
||||
if (!$transaction) {
|
||||
|
||||
Reference in New Issue
Block a user