-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·31 lines (31 loc) · 1.1 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<extension key="nz.co.fuzion.norecurreceipt" type="module">
<file>norecurreceipt</file>
<name>nz.co.fuzion.norecurreceipt</name>
<description>Always set is_email_receipt value to 0 for recurring contributions </description>
<license>AGPL</license>
<urls>
<url desc="Main Extension Page">http://civicrm.org</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<maintainer>
<author>Eileen</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2013-08-26</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
</compatibility>
<comments>This is intended to sort out over-receipting problem. Authorize.net will still send receipts for the first and last without regards to this setting. Other receipts are quashed</comments>
<civix>
<namespace>CRM/Norecurreceipt</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>