You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: