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

Create PaymentIntent and SetupIntent async retrieval methods #2413

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

mshafrir-stripe
Copy link
Collaborator

Summary

We have synchronous versions of these methods, but not async.

  • Stripe#retrievePaymentIntent()
  • Stripe#retrieveSetupIntent()

Motivation

Use in a future PR

Testing

Added tests to verify that these methods make API requests

- `Stripe#retrievePaymentIntent()`
- `Stripe#retrieveSetupIntent()`
@mshafrir-stripe mshafrir-stripe merged commit ddd70f8 into master Apr 22, 2020
@mshafrir-stripe mshafrir-stripe deleted the retrieve-pi-si-async branch April 22, 2020 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants