-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Pindora client to support seasonal booking and reservation series #1502
base: refactor-reservations-api
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Series and seasonal creation and (more importantly) update should be limited to only their CONFIRMED
reservations.
|
||
|
||
class PindoraReservationSeriesCreateData(TypedDict): | ||
reservation_serie_id: str # uuid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is correct according to Pindora's API. I've asked them to change it since we don't use serie
as the singular form of series.
28ff058
to
8aea484
Compare
b777f70
to
54223cf
Compare
- Only account for CONFIRMED reservations - Add PindoraClientError to differentiate non-API errors - Use `local_iso_format` to format datetimes - Fix a couple of typos
98d9e86
to
d0417b6
Compare
Quality Gate passedIssues Measures |
🛠️ Changelog
🧪 Test plan
🚧 Dependencies
🎫 Tickets