-
Notifications
You must be signed in to change notification settings - Fork 353
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 PaymentMethods module, with struct, list/2, attach/2, detach/2 #495
Conversation
begedin
commented
May 10, 2019
- card_present not listed on module, since there's little documentation on it
- card_present not listed on module, since there's little documentation on it
2 similar comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Do we want to also add create, update and retrieve or would you like me to do that in a follow up PR?
@doc """ | ||
Dettach payment_method from customer | ||
""" | ||
@spec dettach(params, Stripe.options()) :: {:ok, t} | {:error, Stripe.Error.t()} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r/dettach/detach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Do we want to also add create, update and retrieve or would you like me to do that in a follow up PR?
I probably won't be able to until possibly this weekend or next week, so it all depends on how quickly you want this merged.
r/dettach/detach
That's weird. I know it's spelled that way, but I was pretty damn consistent in misspelling it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💳
@begedin Feel free to merge when you are ready! If you merge master, tests should pass. |