Skip to content

Commit

Permalink
update tokens in message template
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Feb 23, 2022
1 parent 9ed895d commit e6cceda
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 e6cceda

Please sign in to comment.