Skip to content

Commit

Permalink
Merge pull request #22821 from demeritcowboy/update-token
Browse files Browse the repository at this point in the history
Recent update to {receipt_text} token gives warning in system check after upgrade
  • Loading branch information
eileenmcnaughton authored Feb 23, 2022
2 parents 43d4be7 + e6cceda commit da3966b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CRM/Upgrade/Incremental/MessageTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ protected function getTemplateUpdates() {
['name' => 'payment_or_refund_notification', 'type' => 'text'],
],
],
[
'version' => '5.48.alpha1',
'upgrade_descriptor' => ts('Replace {receipt_text_renewal} with {receipt_text}'),
'templates' => [
['name' => 'membership_offline_receipt', 'type' => 'html'],
['name' => 'membership_offline_receipt', 'type' => 'text'],
],
],
];
}

Expand Down

0 comments on commit da3966b

Please sign in to comment.