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

language_tag #958

Open
cedric-lovit opened this issue Nov 21, 2024 · 0 comments
Open

language_tag #958

cedric-lovit opened this issue Nov 21, 2024 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@cedric-lovit
Copy link

Describe the bug

I'm trying to create a BookingBusiness with a language_tag "nl-BE" or "fr-FR". But none of these values actually persist when doing the post call.
It defaults to en-US

Expected behavior

I want to set the language for the reservation page to "nl-BE".

How to reproduce

request_body = BookingBusiness(
    display_name = f"xxxxx",
    email = "[email protected],
    business_type = "xxxxx",
    default_currency_iso = "EUR",
    language_tag="nl-BE",
    address=PhysicalAddress(
        street="xxx",
        city="xxxxx x",
        state="xxxxx",
        country_or_region="xxxx",
        postal_code="xxxx"
    ),
    booking_page_settings = BookingPageSettings(
        business_time_zone="Europe/Berlin",
        is_time_slot_time_zone_set_to_business_time_zone=True,
    )
    
)
await graph_client.solutions.booking_businesses.post(request_body)

SDK Version

1.12.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

 OS: MAC OS 15

### Other information

_No response_
@cedric-lovit cedric-lovit added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant