mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
fix bill seeder
This commit is contained in:
@@ -115,7 +115,6 @@ class CreateInvoiceTransactionProcessor
|
||||
if ((float) $booking_amount > (float) $payable_amount) {
|
||||
return;
|
||||
}
|
||||
dd($this->calculatesBookingTransferredAmount->execute($booking));
|
||||
// confirm that all payments has been transferred
|
||||
if($this->calculatesBookingTransferredAmount->execute($booking) !== $this->calculatesBookingPaidAmount->execute($booking)){
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user