Add upgrade for contribution offline receipt
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 31 Jul 2022 20:05:10 +0000 (06:05 +1000)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 31 Jul 2022 20:05:10 +0000 (06:05 +1000)
CRM/Upgrade/Incremental/MessageTemplates.php

index bf9c443a39c435a29b8af9cb1f67d290ed12fb9b..e85585a5960a1abf7b3884238e2c3531a4d70060 100644 (file)
@@ -342,6 +342,14 @@ class CRM_Upgrade_Incremental_MessageTemplates {
           ['name' => 'payment_or_refund_notification', 'type' => 'text'],
         ],
       ],
+      [
+        'version' => '5.53.alpha1',
+        'upgrade_descriptor' => ts('Update to new smarty variables for line items, tax'),
+        'templates' => [
+          ['name' => 'contribution_offline_receipt', 'type' => 'text'],
+          ['name' => 'contribution_offline_receipt', 'type' => 'html'],
+        ],
+      ],
     ];
   }
 
@@ -350,7 +358,7 @@ class CRM_Upgrade_Incremental_MessageTemplates {
    *
    * @return array
    */
-  public function getTemplatesToUpdate() {
+  public function getTemplatesToUpdate(): array {
     $templates = $this->getTemplateUpdates();
     $return = [];
     foreach ($templates as $templateArray) {