HiEventsDev / Hi.Events

Open-source event management and ticket selling platform 🎟️
https://hi.events
GNU Affero General Public License v3.0
886 stars 75 forks source link

🐛 Can't change default currency in account settings #61

Closed anarion80 closed 2 months ago

anarion80 commented 2 months ago

Describe the bug Can't change default currency in Account Settings. After changing from default USD to something else and clicking Save Settings, there is a notification Please check the provided information is correct and an error in the console.

To Reproduce Steps to reproduce the behavior:

  1. Go to Account Settings
  2. Change Currency
  3. Click Save Settings

Expected behavior Currency is changed without any errors

Screenshots image

Desktop (please complete the following information):

Hi.Events Version and platform This is in Docker, with separate backend, frontend, database, redis and nginx.

Logs POST request payload:

{"name":"Anarion Dunedain","currency_code":"PLN","timezone":"Europe/Warsaw","id":1,"updated_at":"2024-06-19T14:45:22.000000Z","stripe_connect_setup_complete":false,"is_account_email_confirmed":false}
daveearley commented 2 months ago

Thanks for reporting @anarion80! This should be fixed now.