Skip to content

Commit f1b55f3

Browse files
committed
Send bookingPartnerId to check the bookingRefID against
1 parent 4c19c9e commit f1b55f3

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
@@ -618,6 +618,7 @@ class Plugin {
618618
email: R.path(['emailAddress'], holder),
619619
phone: R.pathOr('', ['phone'], holder),
620620
bookingRefID: reference,
621+
bookingPartnerId: bookingPartnerId,
621622
...R.omit(['iat', 'currency'], dataForBooking),
622623
// notes,
623624
},

0 commit comments

Comments
 (0)