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

Add optional params on CustomerSession.getPaymentMethods() #2174

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

mshafrir-stripe
Copy link
Collaborator

Summary

Add optional params for retrieving a Customer's
Payment Methods [0]:

  • ending_before
  • limit
  • starting_after

[0] https://stripe.com/docs/api/payment_methods/list

Motivation

Improve API bindings

Testing

Update unit tests
Manually verify

Summary
Add optional params for retrieving a Customer's
Payment Methods [0]:
- `ending_before`
- `limit`
- `starting_after`

[0] https://stripe.com/docs/api/payment_methods/list

Motivation
Improve API bindings

Testing
Update unit tests
Manually verify
@mshafrir-stripe mshafrir-stripe merged commit 9972599 into master Feb 13, 2020
@mshafrir-stripe mshafrir-stripe deleted the get-payment-methods-limit branch February 13, 2020 18:25
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.

None yet

4 participants