-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
CRM-20247 Add test & ensure $is_recur is assigned to the message_template. #9966
CRM-20247 Add test & ensure $is_recur is assigned to the message_template. #9966
Conversation
eileenmcnaughton
commented
Mar 12, 2017
•
edited by civicrm-builder
Loading
edited by civicrm-builder
- CRM-20247: $is_recur not always assigned to the template for recurring contributions
@seamuslee001 this might affect you? I'm pretty confident in the fix |
47fd197
to
d6693b3
Compare
* | ||
* @return array|int | ||
*/ | ||
protected function createReceiptableContributionPage($params) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should set $params = array() here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
This variable was part of a legacy flow via the BaseIPN. Removing the variable is a good tidy up step
d6693b3
to
6626a69
Compare
@seamuslee001 I updated in response to your review |
Looks ok to me, Tests pass and i assume that there are enough tests to prove that its all fine for various receipt types |
Thanks @seamuslee001 |
CRM-20247 Add test & ensure $is_recur is assigned to the message_template.