Reformat fees text #75

Merged
bilal.catic merged 4 commits from reformat-fees-text into master 2019-12-09 07:58:33 +01:00
Showing only changes of commit 052f2ac482 - Show all commits

View File

@@ -165,7 +165,7 @@ const createFeeFromIncident = (incident) => {
incidentTimeExplanation = `reservation shortened from [${originalBookingExplanation}] on [${incidentTimestampMoment.clone().format('MMM DD, HH:mm')}]`;
incidentExplanation = `${incidentTimeExplanation}`;
date = newBookingStartMoment.clone().startOf('day').format();
date = newBookingStartMoment.clone().utc(UI_TIMEZONE).startOf('day').format();
price = +totalChargeFee.toFixed(2);
quantity = 1.00;