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

stripe events resend doesn't work with -v (aka --stripe-version) #1091

Open
geodn opened this issue Jun 30, 2023 · 0 comments
Open

stripe events resend doesn't work with -v (aka --stripe-version) #1091

geodn opened this issue Jun 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@geodn
Copy link

geodn commented Jun 30, 2023

Issue

I tried to resend an event with a different stripe version (-v 2022-11-15) and it doesn't use the version I specify. It still uses the old version 2020-08-27.

Expected Behavior

Event is re-sent with the new stripe version.

Steps to reproduce

Take an event sent with version 2020-08-27

Run
stripe events resend [eventid] --stripe-version 2022-11-15 --webhook-endpoint=[endpoint]

(I also passed in --api-key here)

Look at the api_version field in the request.

Environment

macOS

@geodn geodn added the bug Something isn't working label Jun 30, 2023
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