Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mogii committed Dec 27, 2024
1 parent b57adf6 commit 9d081f8
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions __snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3296,6 +3296,84 @@ exports[`search tests searchItineraries 1`] = `
Object {
"bookings": Array [
Object {
"AccountingDetails": Object {
"AmountDue": 0,
"CreditsTotal": 0,
"FutureBilling": 187795,
"InvoicedTotal": 0,
"ReceivedTotal": 0,
},
"AgentRef": "2356674/1",
"BookingId": 316559,
"BookingStatus": "Quotation",
"BookingType": "F",
"BookingUpdateCount": 2,
"CanAddServices": "Y",
"CanCancel": "Y",
"Consult": "",
"Currency": "GBP",
"Dialogue": "",
"Email": "",
"EnteredDate": "2024-09-12",
"IsInternetBooking": "Y",
"Name": "2356674/1 Sean Conta",
"QB": "Q",
"ReadOnly": "N",
"Ref": "ALFI393706",
"Remarks": "",
"Services": Array [
Object {
"CanAccept": "N",
"CanUpdate": "N",
"CancelDeleteStatus": "D",
"Comment": "Deluxe King Room",
"CostedInBooking": "Y",
"Date": "2025-08-13",
"Description": "Bed and Full Buffet Breakfast",
"LinePrice": 187795,
"LocationCode": "LON",
"Opt": "LONHOSANLONBFBDLX",
"OptionNumber": 77490,
"Remarks": "Passenger Notes: NA.
Service Notes: NA.",
"RoomConfigs": Object {
"RoomConfig": Object {
"Adults": 1,
"Children": 0,
"Infants": 0,
"PaxList": Object {
"PaxDetails": Object {
"Forename": "Sean",
"PaxType": "A",
"PersonId": 628199,
"Surname": "Conta",
"Title": "Mr",
},
},
"RoomType": "DB",
},
},
"SCU": "night",
"SCUqty": 4,
"SequenceNumber": 10,
"ServiceExtras": Object {
"ServiceExtra": Object {
"ChargeBasis": "Room",
"Description": "Extra Bed",
"IsCompulsory": "N",
"IsPricePerPerson": "N",
"Quantity": 1,
"SequenceNumber": 1,
},
},
"ServiceLineId": 745684,
"ServiceLineUpdateCount": 1,
"SupplierName": "Sanderson",
"paxList": Array [],
},
],
"TotalPrice": 187795,
"TravelDate": "2025-08-13",
"agentRef": "2356674/1",
"bookingId": "316559",
"bookingStatus": "Quotation",
Expand Down

0 comments on commit 9d081f8

Please sign in to comment.