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

how to listen 2 endpoint url #158

Open
antondgx opened this issue Nov 27, 2022 · 1 comment
Open

how to listen 2 endpoint url #158

antondgx opened this issue Nov 27, 2022 · 1 comment

Comments

@antondgx
Copy link

Hey lets say i have 2 webhook endpoint url now:
to send platform events: https://50fc-129-126-108-201.ap.ngrok.io/stripe-webhooks/
to send connected account's events: https://50fc-129-126-108-201.ap.ngrok.io/stripe-webhooks/connect

Hey how do i change this routes on my rails app to be able to listen to both url endpoint:
mount StripeEvent::Engine, at: '/my-chosen-path' # provide a custom path

appreciate your help. Thanks@

@tmaier
Copy link

tmaier commented Mar 17, 2023

This question looks like a duplicate of #144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants