mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
debug invoice
This commit is contained in:
@@ -103,6 +103,7 @@ class CreateInvoiceTransactionProcessor
|
||||
}
|
||||
|
||||
$payment_amount = $this->calculatesBookingTransferredAmount->execute($booking, $booking->fix_currency_id);
|
||||
dd($payment_amount);
|
||||
$booking_amount = $booking->fix_amount;
|
||||
|
||||
if ((float) $booking_amount > (float) $payment_amount) {
|
||||
|
||||
Reference in New Issue
Block a user