track and charge cancellation charges

This commit is contained in:
Bilal Catic
2019-07-16 02:51:07 +02:00
parent e61476393c
commit 15faeac06f
3 changed files with 44 additions and 25 deletions

View File

@@ -68,6 +68,7 @@ const incidentType = {
UNSCHEDULED_INCIDENT_STANDALONE: 6,
BOOKING_MOVED_TO_ANOTHER_DAY: 7,
BOOKING_SHORTENED: 8,
BOOKING_CANCELED_LATE: 9,
};
const UI_TIMEZONE = process.env.UI_TIMEZONE || 'America/Los_Angeles';