Merge branch 'dillon/90-e-invoice-f-2' into vapor/development

This commit is contained in:
Dillon Ngo
2025-12-02 16:37:55 +08:00
@@ -115,7 +115,7 @@ class CreateInvoiceTransactionV2Processor
$refund_amount = $this->calculatesBookingRefundAmount->execute($booking, $booking->fix_currency_id);
$booking_amount = $booking->fix_amount;
if ((float) $booking_amount === (float) $refund_amount && !$generateEInvoice) {
if ((float) $booking_amount === (float) $refund_amount && !$generateEInvoiceRefund) {
return;
}