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
this document says that " Tickets with an OPEN or ARPT (Airport) status are eligible for voiding". "A" might be used to indicate status ARPT, so is it ok to use 'OVA'.indexOf(coupon.status) === -1 instead of 'OV'.indexOf(coupon.status) === -1?
File: Air.js
checkTickets() inside cancelBooking() can be improved by
const checkTickets = (tickets = []) => {
}
The text was updated successfully, but these errors were encountered: