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

Fix: Update Stripe webhook documentation and CLI command #434

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

vhsantos
Copy link
Contributor

@vhsantos vhsantos commented Feb 8, 2025

Description

This PR updates the Stripe webhook documentation to clarify the correct events to listen for and fixes the Stripe CLI command used for testing. The previous documentation did not specify the exact events required, which caused errors when testing with the Stripe CLI.

Why This Matters

The previous documentation led to errors when testing with the Stripe CLI, as it forwarded irrelevant events that lacked the client_reference_id field.

Related Issue

Fixes #424.

@mariofix mariofix merged commit 37045df into jazzband:main Feb 10, 2025
16 of 18 checks passed
@vhsantos vhsantos deleted the fix-doc-stripe-forward-to branch February 11, 2025 12:44
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.

Error when make payments locally
2 participants