You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the Status model was originally created for bookings and orders. Can you modify that package and model to work for what you want with booking statuses?
Comment per @sl0wik:
For some reason booking_status is commented - it should be implemented.
Booking status for now can be
pending
,canceled
,confirmed
Let's use the tipoff/statuses package for this and just extend it with these Booking related ones in a migration.
The text was updated successfully, but these errors were encountered: