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

Feature Request: Disable verifying event with stripe #4

Closed
JakeAustwick opened this issue Sep 12, 2012 · 6 comments
Closed

Feature Request: Disable verifying event with stripe #4

JakeAustwick opened this issue Sep 12, 2012 · 6 comments

Comments

@JakeAustwick
Copy link

I'm currently integrating stripe_event, and want to test my code in the subscribe blocks. I'm using localhost for development and therefore can't set a webhook to my URL.

Thoughts on adding a testing option to disable the checking with stripe? Then I could just look at the event in the stripe interface and post it to localhost myself.

Thanks,
Jake

@jmonegro
Copy link

You can use the localtunnel gem to get a public URL to your localhost that stripe can use.

On Sep 12, 2012, at 3:56 PM, JakeAustwick [email protected] wrote:

I'm currently integrating stripe_event, and want to test my code in the subscribe blocks. I'm using localhost for development and therefore can't set a webhook to my URL.

Thoughts on adding a testing option to disable the checking with stripe? Then I could just look at the event in the stripe interface and post it to localhost myself.

Thanks,
Jake


Reply to this email directly or view it on GitHub.

@JakeAustwick
Copy link
Author

That's true, but my experience with localtunnel has been that it's extremely slow.

@jmonegro
Copy link

You could try showoff.io as well, it's more reliable.

On Sep 12, 2012, at 4:15 PM, JakeAustwick [email protected] wrote:

That's true, but my experience with localtunnel has been that it's extremely slow.


Reply to this email directly or view it on GitHub.

@JakeAustwick
Copy link
Author

Thanks, I'll check that out then.

@invisiblefunnel
Copy link
Contributor

I think this will be a useful feature. I've also been using localtunnel for development, but it's not ideal. Thanks for posting.

@invisiblefunnel
Copy link
Contributor

@JakeAustwick v0.4.0 can be configured to skip retrieving the event from Stripe: https://github.com/integrallis/stripe_event#configuration. Let me know how this works out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants