We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A new optional parameter is available for both Transaction and Subscriptions "mandate_reference" - non empty string.
For transactions:
Update the Transaction model ( add mandateReference String) Update the create method(s) (as optional parameter)
For Subscriptions
Update the Subscription model ( add mandateReference String) Update the create method(s) (as optional parameter) Update the update method (make Subscrition.mandateReference @Updateable )
Template: paymill/paymill-php@51800d6
The text was updated successfully, but these errors were encountered:
Why is this still not implemented? Can someone fix this please? :) Its almost 2 years ago
Sorry, something went wrong.
No branches or pull requests
A new optional parameter is available for both Transaction and Subscriptions
"mandate_reference" - non empty string.
For transactions:
For Subscriptions
Template: paymill/paymill-php@51800d6
The text was updated successfully, but these errors were encountered: