-
Notifications
You must be signed in to change notification settings - Fork 64
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
Cancel order endpoint testmode parameter not accepted #147
Comments
Hi, thanks for creating this issue. Are you using Mollie Connect/OAuth? |
@Pimm Correct using Mollie Connect. |
Could you try this on the new beta version? Regarding the library that you are using in-house: I would very much like to improve this library to the point where there is no more need for a third-party alternative. Would you be open to getting in touch so we can discuss this further? |
This should be fixed in the current version of the library. Please create a new issue if you have reason to believe otherwise. |
When calling orders.cancel([id], { testmode: true }). it is not accepted by the api there seems to be an issue with calling the delete request with a parameter, it seems it only accepts a form element.
The text was updated successfully, but these errors were encountered: