Improve Booking flow of Vrbo reservation
At the moment, a confirmed booking from Vrbo with success transaction is imported into Hostfully as NEWINQUIRY . Then the start of processBookingRequest method, we set the status as QUOTESENT. After the payment has been processed successfully, we change the status of the lead to BOOKEDBYCUSTOMER and then we thrown the NEW_BOOKING event.
This causes both triggers for 'booking inquiry' and 'booking confirmed' fired for Vrbo confirmed reservation which confuses our guests and miscommunication. Some guests may not be happy because they're asked to pay while they have done it already.
1
vote