Fix validation when contribution was found by recurring contribution
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.