We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using stripe version 1.19.5.
stripe version 1.19.5
For 2 events, customer.subscription.created and customer.subscription.updated,
customer.subscription.created
customer.subscription.updated
2024-05-23 15:54:05 --> customer.subscription.created [evt_1PJVXNBzH5DDPixH6s1mtfkF] 2024-05-23 15:54:05 --> customer.subscription.updated [evt_1PJVXNBzH5DDPixHId5cNSFm] 2024-05-23 15:54:05 <-- [200] POST http://localhost:10000/v1/stripe/webhook/process [evt_1PJVXNBzH5DDPixHId5cNSFm] 2024-05-23 15:54:05 <-- [200] POST http://localhost:10000/v1/stripe/webhook/process [evt_1PJVXNBzH5DDPixH6s1mtfkF]
Strip Cli receives 2 events with correct order, created event then updated event. But it forwards the events with reversed order.
Should be
2024-05-23 15:54:05 <-- [200] POST http://localhost:10000/v1/stripe/webhook/process [evt_1PJVXNBzH5DDPixH6s1mtfkF] 2024-05-23 15:54:05 <-- [200] POST http://localhost:10000/v1/stripe/webhook/process [evt_1PJVXNBzH5DDPixHId5cNSFm]
The event order at Dashboard is correct.
Use Stripe Dashboard to create a period product, then use Stripe CLI to listen to the events, create a checkout session from web UI.
No
macOS + stripe version 1.19.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Using
stripe version 1.19.5
.For 2 events,
customer.subscription.created
andcustomer.subscription.updated
,Strip Cli receives 2 events with correct order, created event then updated event. But it forwards the events with reversed order.
Expected Behavior
Should be
The event order at Dashboard is correct.
Steps to reproduce
Use Stripe Dashboard to create a period product, then use Stripe CLI to listen to the events, create a checkout session from web UI.
Traceback
No
Environment
macOS +
stripe version 1.19.5
The text was updated successfully, but these errors were encountered: