mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix proforma invoice currency rate
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class CreateProformaInvoiceTransactionProcessor
|
||||
$transaction = $booking->transactions()
|
||||
->where('type', TransactionType::PAYMENT)
|
||||
->first();
|
||||
dd($booking->transactions()->where('status', ApprovalStatus::PENDING_SUBMISSION)->get());
|
||||
dd($booking->transactions()->where('status', ApprovalStatus::PENDING_SUBMISSION)->whereDate('expires_on', '>', Carbon::now())->dd());
|
||||
dd($booking->transactions()->payments()->where(function($query){
|
||||
return $query->where(function($query){
|
||||
return $query->where('status', ApprovalStatus::PENDING_SUBMISSION)->whereDate('expires_on', '>', Carbon::now());
|
||||
|
||||
Reference in New Issue
Block a user