-
Notifications
You must be signed in to change notification settings - Fork 441
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 support for the Issuing Dispute Submit API #676
Conversation
"/v1/customers/cus_123/sources", | ||
{"source": "tok_123"}, | ||
None, | ||
"post", "/v1/charges/ch_123/refunds", {"amount": 123}, None, |
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.
"post", "/v1/charges/ch_123/refunds", {"amount": 123}, None, | |
"post", | |
"/v1/charges/ch_123/refunds", | |
{"amount": 123}, | |
None, |
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.
LGTM, CI is failing because it wants a formatting change I think
b0a1eb0
to
e5a11a9
Compare
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.
LGTM
Nice catch richard, I always forget to run |
r? @richardm-stripe
cc @stripe/api-libraries