You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we call the equivalent of the stripe cli's stripe listen --forward-to localhost:8080 from the Go SDK, particularly if I could just supply the secret key, and not need to fuss with logging in.
This would make it much easier to test in CI scenarios.
The text was updated successfully, but these errors were encountered:
@steeling it's not something we support today though you can always script this or make the call yourself in your test suite. It's something we have discussed in the past though and might support in the future, so I'm going to tag this as such, but it's unlikely to happen soon!
Can we call the equivalent of the stripe cli's
stripe listen --forward-to localhost:8080
from the Go SDK, particularly if I could just supply the secret key, and not need to fuss with logging in.This would make it much easier to test in CI scenarios.
The text was updated successfully, but these errors were encountered: