Skip to content

Fix validation when contribution was found by recurring contribution

scardinius requested to merge scardinius/stripe:fix-validation into master

Validation in setInfo() is based on $this->contribution variable. When contribution is found by $this->contribution_recur_id it is not set. In consequence method fails with error No matching contributions for event ... but the contribution exists and can be processed.

Merge request reports