Skip to content

Commit

Permalink
Merge pull request #15 from TourConnect/feature/check_bookingrefid
Browse files Browse the repository at this point in the history
Send booking ref id while creating temporary booking: Bonza returns error
  • Loading branch information
shintre authored Aug 5, 2024
2 parents e413843 + 4c19c9e commit a9f5e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ class Plugin {
travelerLastname: `${holder.surname}`,
email: R.path(['emailAddress'], holder),
phone: R.pathOr('', ['phone'], holder),
bookingRefID: reference,
...R.omit(['iat', 'currency'], dataForBooking),
// notes,
},
Expand Down

0 comments on commit a9f5e2e

Please sign in to comment.