test sending booking do to email

This commit is contained in:
omair saleh
2020-11-12 13:51:35 +08:00
parent e7795fc8f2
commit 0859782089
+1 -1
View File
@@ -378,7 +378,7 @@ class InvoiceController extends Controller
]);
});
File::delete($zipname);
// File::delete($zipname);
if(!$booking) {
return response()->json(['message' => 'Unable to Complete Booking. Please Approve Again'], 500);