Skip to content

Commit 4c19c9e

Browse files
committed
Send booking ref id while creating temporary booking: Bonza can return error if one already exists
1 parent e413843 commit 4c19c9e

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)