This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.facebox([ | |
"<h1>Waitlist Availability Only</h1>", | |
"<p>If you continue this booking, the booking will be placed on a waitlist until", | |
" there is room for all passengers.", | |
"</p>" | |
].join('')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "CHECKIN", | |
"name": "Arrival Flight Details", // client facing name | |
"code": "ARRIVAL_FLIGHT_DETAILS", | |
"message": "Arrival flight number, date, and time are required for this product.", // this is really a developer message | |
"internal": false, | |
"details": [ | |
{ | |
"body": "We're missing your flight number", // might be null, so what do we do here? | |
"detail_type": { |