Add workflow template for recurring cancelled
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 25 Sep 2021 02:10:37 +0000 (14:10 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 18 Dec 2021 21:44:54 +0000 (10:44 +1300)
commite589a77b0b806cb9747c4cd8cf495fb6f2df7ff0
treeb215deb850fa4ef103dea7a4005b332712f885f3
parent9e625ea36e91112d7505dfe91ff7ec3fbb088dd6
Add workflow template for recurring cancelled

This is a simple template, with a slightly smaller subset of values than the exisiting one.

It pulls out the recurring part to a trait...
CRM/Contribute/Form/CancelSubscription.php
CRM/Contribute/WorkflowMessage/RecurringCancelled.php [new file with mode: 0644]
CRM/Contribute/WorkflowMessage/RecurringEdit.php
CRM/Contribute/WorkflowMessage/RecurringTrait.php [new file with mode: 0644]
tests/phpunit/CRM/Contribute/Form/CancelSubscriptionTest.php