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

Return disputes and dispute counts in the search results #647

Open
kyungmin opened this issue Jun 12, 2014 · 1 comment
Open

Return disputes and dispute counts in the search results #647

kyungmin opened this issue Jun 12, 2014 · 1 comment

Comments

@kyungmin
Copy link

screenshot 2014-06-11 18 05 18

Searching by dispute ID doesn't return the dispute item in the search results. API should return disputes along with dispute counts in the search results.

{
...
    "counts": {
      ...
      "order": 0,
      "bank_account": 0,
      "dispute": 0,  //  add this field
    },
    "total": 0,
}
@kyungmin
Copy link
Author

We need to count total disputes that "need attention", not "submitted".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants