-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add cancelUrl in payment.create as specified in the documentation #332
Comments
Yes, much needed. |
I had another look and this have been fix with PR #327 which was merged on master on the 27th of September. |
Indeed, I think a fresh release would be in order. @Pimm would you feel comfortable tagging the current state as a new release? The change set looks quite serious. |
@Pimm Any news about this topic? otherwise the npm package is useless to many of us I guess as the issue forces us to use the raw api. |
@janpaepke , @Pimm , @maria-swierblewska , and I are currently solving Node version compatibility in #338 (as that also has connections to an Axios CVE). After that is solved, I'm confident we'll be able to push out a release soon. |
Ok thanks a lot! |
This was fixed in ce5e5d0 and released as part of 4.0.0-beta. Version 4.0.0 will also be released soon. |
In the documentation of the Create payment route there is an optional paramter named
cancelUrl
. It is not a parameter of thepayments.create
method in this client.The text was updated successfully, but these errors were encountered: