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

🐛Attendees cannot buy ticket from 2 separate organizers using the same email. #352

Open
meilechwieder opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@meilechwieder
Copy link

Describe the bug
Attendees cannot buy ticket from 2 separate organizers using the same email.

To Reproduce
Steps to reproduce the behavior:

  1. create 2 organizers account
  2. for each, create an event and a ticket
  3. buy a ticket from organizer1 with email@email.com
  4. try to buy a ticket from organizer2 with email@email.com
  5. proceed to payment - you'll see credit card form will not load

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

@meilechwieder meilechwieder added the bug Something isn't working label Jan 23, 2025
@meilechwieder meilechwieder changed the title 🐛 Attendees cannot buy ticket from 2 separate organizers using the same email. Jan 23, 2025
@meilechwieder 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
@meilechwieder
Copy link
Author

meilechwieder commented 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant