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 support for the Issuing Dispute Submit API #944

Merged
merged 2 commits into from Sep 2, 2020

Commits on Sep 2, 2020

  1. Copy the full SHA
    c3ac742 View commit details
    Browse the repository at this point in the history
  2. Add and fix tests for the latest stripe-mock

    Some of the tests had to be changed/mocked because stripe-mock has a bug
    where the includable sub-lists it returns have the wrong url set.
    Because of this, when you call create/list/etc. on one of those sub-lists
    the calls fails due to that URL being incorrect.
    Moved one test to use charge+refund (auto-expanded) and another used a
    mock to have the right URL returned.
    remi-stripe committed Sep 2, 2020
    Copy the full SHA
    6cbff08 View commit details
    Browse the repository at this point in the history