debug invoice

This commit is contained in:
omair saleh
2021-08-12 11:20:27 +08:00
parent d27387859c
commit 6b92e3cac3
@@ -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) {