Merge pull request #23860 from civicrm/5.51
[civicrm-core.git] / ext / contributioncancelactions / README.md
CommitLineData
c00edb21 1# contributioncancelactions
2
3![Screenshot](/images/screenshot.png)
4
5This extension cancels memberships, participation records,
6and pledge payments when the related
7contribution is cancelled. If you do not wish them to be cancelled
8then disable the extension. If you want more complex logic
9you may be able to achieve it using civirules or another extension.
10
11This code was part of the core code prior to 5.32 at which point
12it was separated to an optional extension.
13
14The extension is licensed under [AGPL-3.0](LICENSE.txt).
15
16## Requirements
17
18* PHP v7.1+
19* CiviCRM 5.32+
20
21## Installation (Web UI)
22
23This extension ships with core - you can enable or disable in the extensions UI.