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
Filtering transactions by "status" must be sent as an array, example :
status[]=completed&status[]=declined&status[]=reversed&status[]=pending
currently it's sent this way : status=completed => which doesn't work
also currently it's not possible to sent multiple status like the example
The text was updated successfully, but these errors were encountered:
Seeing the implementation, I would suggest switching the function inputs to an array. This way you can have more control over the inputs and solve more easily those sort of problems. Allow me to show an example of a before-after.
Filtering transactions by "status" must be sent as an array, example :
status[]=completed&status[]=declined&status[]=reversed&status[]=pending
currently it's sent this way : status=completed => which doesn't work
also currently it's not possible to sent multiple status like the example
The text was updated successfully, but these errors were encountered: