forked from civicrm/civicrm-core
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add push upgrade for event offline receipt
This follows our historical practice of doing push receipts by - adding the relevant receipt to the array of template in the upgrade notification and - (optionally) noting deprecated params on CRM_Utils_Token::getDeprecatedTokens I didn't add lineItem to the deprecated array as it is pretty legit to assign that within a foreach loop. I also removed the assigns for the variables which are no longer relevant - this can be followed up with more tidy up (some of which resolves php8.x issues) Note that the template still uses $billingName & $address - resolved in civicrm#27692 $customGroup - resolved in civicrm#27596 (actually the variable remains but becomes non-leaky) $credit_card_date,$credit_card_type (I propose moving to a paymet token) $credit_card_expiry (I propose removing) $event.confirm_text - addressed in civicrm#27162
- Loading branch information
1 parent
98be66a
commit d5d242f
Showing
4 changed files
with
40 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters