mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-20 21:04:34 +00:00
fix total equal bia
This commit is contained in:
@@ -97,7 +97,7 @@ class InvoiceController extends Controller
|
||||
});
|
||||
if ($total !== $booking->amount) {
|
||||
return response()->json([
|
||||
'message' => 'Booking amount expected is '.$booking->amount.'. Your Invoice amount is '.$total
|
||||
'message' => 'Booking amount expected is '.$booking->bia.'. Your Invoice amount is '.$total
|
||||
], 400);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user