Skip to content
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 therapy session table to handle null & fix issue with session completion #293

Merged
merged 4 commits into from
Jun 19, 2023

Commits on Jun 13, 2023

  1. Update therapy session table to handle null timezone

    This will handle the case where simplybook does not send timezone information for a booking.
    This happens when the therapist makes the booking on the client's behalf.
    The client timezone is not available in this case.
    It is always available when the client makes their own booking.
    
    d0ee58e1b8 / Handle empty timezone in simplybook webhook
    swetha-charles committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b3d7ec0 View commit details
    Browse the repository at this point in the history
  2. Update simplybook DTO to accept null timezone

    d0ee58e1b8 / Handle empty timezone in simplybook webhook
    swetha-charles committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    625eadf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. ticket id - 610e99a9fb. Minor bug fix

    Zahra Ali authored and swetha-charles committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0f91c55 View commit details
    Browse the repository at this point in the history
  2. updating where the change is made

    Zahra Ali authored and swetha-charles committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b42a140 View commit details
    Browse the repository at this point in the history