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

OCC-333: Fix dependency resolution errors in SubscriptionStripeWebhookEventHandler #554

Merged
merged 5 commits into from
Mar 31, 2025

Conversation

sarahelsaig
Copy link
Contributor

@sarahelsaig sarahelsaig commented Mar 28, 2025

OCC-333
Fixes #548

@sarahelsaig
Copy link
Contributor Author

How to test:

  1. Enable Stripe feature
  2. To to Admin > Configuration > Commerce > Stripe API.
  3. Fill out your API keys
  4. In another tab go to https://dashboard.stripe.com/webhooks/create?endpoint_location=local
  5. Follow the instructions, except use --forward-to https://localhost:5001/stripe-webhook to match the hook URL in OCC.
  6. You will see multiple [200] POST success messages in the command line.

Note

Using the Stripe CLI to trigger a payment success event may return one 500 response at the end after the successes, because of missing payment intent. That's fine.

@DemeSzabolcs DemeSzabolcs merged commit 4da1845 into main Mar 31, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

Dependency resolution error in SubscriptionStripeWebhookEventHandler (OCC-333)
2 participants