You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meilechwieder
changed the title
🐛
Attendees cannot buy ticket from 2 separate organizers using the same email.
Jan 23, 2025
meilechwieder
changed the title
Attendees cannot buy ticket from 2 separate organizers using the same email.
🐛Attendees cannot buy ticket from 2 separate organizers using the same email.
Jan 23, 2025
We can fix this by adding a stripe_account_id column in the stripe_customers table, and passing in the stripe_acccount_id when creating the stripe_customer. Also, in the stripeCustomerUpsert, we would have to search by email and stripe_account_id, not only by email
Describe the bug
Attendees cannot buy ticket from 2 separate organizers using the same email.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
user should be able to checkout and pay for his ticket on organizer2's event
Hi.Events Version and platform
Tested on local
The text was updated successfully, but these errors were encountered: