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
When using the SDD payment processor to create a recurring mandate you get:
8000: Couldn't create SEPA mandate. Error was: Expected one Contact but found 25
Observed on 1.2.4 and 1.2.5, CiviCRM 4.6.21 and 4.7.31
1.2.4
1.2.5
4.6.21
4.7.31
The text was updated successfully, but these errors were encountered:
It seems that this code no longer yields the contact ID. It seems it's now in $params['contactID'].
$params['contactID']
Sorry, something went wrong.
fixing #488
5d8a249
Seems to work, will be released with 1.2.6
1.2.6
Implemented a new payment processor with #498, that should solve this problem.
No branches or pull requests
When using the SDD payment processor to create a recurring mandate you get:
8000: Couldn't create SEPA mandate. Error was: Expected one Contact but found 25
Observed on
1.2.4
and1.2.5
, CiviCRM4.6.21
and4.7.31
The text was updated successfully, but these errors were encountered: