Skip to content

Commit a9f5e2e

Browse files
authored
Merge pull request #15 from TourConnect/feature/check_bookingrefid
Send booking ref id while creating temporary booking: Bonza returns error
2 parents e413843 + 4c19c9e commit a9f5e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ class Plugin {
617617
travelerLastname: `${holder.surname}`,
618618
email: R.path(['emailAddress'], holder),
619619
phone: R.pathOr('', ['phone'], holder),
620+
bookingRefID: reference,
620621
...R.omit(['iat', 'currency'], dataForBooking),
621622
// notes,
622623
},

0 commit comments

Comments
 (0)