transform repeated booking to series of regular bookings
This commit is contained in:
@@ -57,6 +57,8 @@ const csvParserErrors = {
|
||||
const officeRnDAPIErrors = {
|
||||
FAILED_TO_FETCH_MEMBERS: 'Failed to fetch members',
|
||||
FAILED_TO_FETCH_BOOKINGS: 'Failed to fetch booking reservations',
|
||||
FAILED_TO_CREATE_BOOKINGS: 'Failed to create booking reservations',
|
||||
FAILED_TO_DELETE_BOOKINGS: 'Failed to delete booking reservations',
|
||||
FAILED_TO_FETCH_FEES: 'Failed to fetch existing fees from ORD',
|
||||
FAILED_TO_FETCH_PLANS: 'Failed to fetch plans from ORD',
|
||||
FAILED_TO_DELETE_FEES: 'Failed to delete fees in ORD',
|
||||
|
||||
Reference in New Issue
Block a user