Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindEnvoy committed Nov 21, 2024
1 parent 2de4f24 commit f2c13d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sdk/EnvoyUserAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ export default class EnvoyUserAPI extends EnvoyAPI {
...(reservationDetails['end-time'] && {
'end-time': reservationDetails['end-time']
}),
'booking-source': 'EXTERNAL_API'
'booking-source': 'EXTERNAL_API',
'booking-type': 'visitor'
}
}
}
Expand Down

0 comments on commit f2c13d1

Please sign in to comment.