mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix bug with amount not matching
This commit is contained in:
@@ -105,9 +105,6 @@ class InvoiceController extends Controller
|
||||
'message' => 'Booking amount expected is '.$booking->bia.'. Your Invoice amount is '.$total
|
||||
], 400);
|
||||
}
|
||||
return response()->json([
|
||||
'message' => 'successful'
|
||||
], 400);
|
||||
|
||||
// Write to database if does not exist
|
||||
$exist = Invoice::where('booking_id', $id)->first();
|
||||
|
||||
Reference in New Issue
Block a user