-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Example code missing? #32
Comments
Thank you for submitting this issue. I will update the readme with the new url later today 🙂 https://github.com/flutter-stripe/flutter_stripe/tree/main/stripe/example |
Thanks! Running the example code now and I'm able to successfully execute test payments with webhooks. If I try to use the 'no_webhook' example the server gives an error:
I'm using the example unchanged. Did a bit of testing and the payment method is created successfully, but the paymentIntentResult is never generated. The http.post in callNoWebhookPayEndpointMethodId seems to trigger the error... |
This example url should be fixed in the next version. Related to your last comment, I think it might be the same as #21. Feel free to comment about it there. I will take a look soon |
The link to the example (on pub.dev) is broken. The link:
https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/main.dart
Example code seems to be missing from github?
The text was updated successfully, but these errors were encountered: