-
Notifications
You must be signed in to change notification settings - Fork 461
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
Mandate missing in ChargePaymentMethodDetailsSepaDebit #1204
Comments
@entvia Thank you for the report and sorry we missed that property. I just released 72.13.0 with a fix so you should now be all set! |
@remi-stripe thank you for super fast reaction! |
@remi-stripe I just realized that it has to be added to all structs related to SepaDD, at least to |
@entvia There is no |
@remi-stripe yes, you are right, there is no mandate property there, my bad. Thanks for the first fix! |
ChargePaymentMethodDetailsSepaDebit struct has to have Mandate property. It is there if you make a curl request, but not when you use this client. Would be great if you could add it.
The text was updated successfully, but these errors were encountered: