-
Notifications
You must be signed in to change notification settings - Fork 403
Description
Referencing issue #213, since it's closed, but not resolved.
Why is this still an issue?
I am running a local test environment that uses a package that relies on an older version of the API. Currently: There is no way for me to test the integration locally with the matching API version it uses, since I can't specify the API version the CLI uses with listen
command. Why is that? Why can't I specify it? And why can't I just set the default version to what I actually need through the dashboard directly?
It's just frustrating having these limitations, since I have no control over the package I'm using to integrate Stripe with my website. I'm essentially forced to not use it, and do all the extra work to handle it myself. Or I could wait for the original maintainer to update it. I could also upload the project to an internet accessible server to test the webhooks directly, but at that point: What's the point of having the CLI at all?
Any consideration to fix this would be greatly appreciated.
Thank you.
Alex