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
I've been trying to send params to the mollieClient.methods.all method but they don't seem to be applied and after verification it doesn't match the REST API's response.
You are not missing something. The library is currently ‒ incorrectly ‒ striping out those parameters you are passing in. There is an open PR which fixes this, and we are in the process of getting it merged.
I've been trying to send params to the
mollieClient.methods.all
method but they don't seem to be applied and after verification it doesn't match the REST API's response.I tried both these versions :
"@mollie/api-client": "^3.1.0"
"@mollie/api-client": "^3.0.0-beta.1"
Here's the code :
Response I get :
In comparison, here's the REST API's response with the same parameters :
Am I missing something?
The text was updated successfully, but these errors were encountered: