MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
261 stars 135 forks source link

Webinar Settings doens't update #75

Closed bm2ilabs closed 3 years ago

bm2ilabs commented 3 years ago

When i try to update the webinar settings it doesn't apply

Steps to reproduce the behavior: 1 - get any webinar with Zoom::user()->find(id)->webinars()->first(); 2 - Use $webinar->settings = [ registrants_confirmation_email => false ] or $webinar->settings->registrants_confirmation_email = false 3 - Save the webinar

when i do $webinar->settings i should get registrants_confirmation_email is false but its always true

Thank you for this amazing package

colinhall17 commented 3 years ago

Hi @bm2ilabs

I no longer have a webinar subscription so its hard for me to test it to see what the issue is. Are you receiving any errors in the returned output?