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

Able to set hours in improper way #179

Open
adimmitt opened this issue Jun 7, 2023 · 0 comments
Open

Able to set hours in improper way #179

adimmitt opened this issue Jun 7, 2023 · 0 comments

Comments

@adimmitt
Copy link

adimmitt commented Jun 7, 2023

When trying to set hours on API: https://developers.birdeye.com/#/reference/business/update/update-business

You are able to set hours with the following example payload:

  {
    "day": 0,
    "startHour": "8:00",
    "endHour": "5:00",
    "isOpen": 1,
    "comment": "This day has sucks and is a case of"
  },

with the startHour after the endHour

This could create syncing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant