-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
28 lines (28 loc) · 1.03 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
<?xml version="1.0"?>
<extension key="ca.civicrm.iats" type="module">
<file>iats</file>
<name>iATS Payments</name>
<description>iATS Payments Web Services Payment Processor</description>
<urls>
<url desc="Main Extension Page">http://blackflysolutions.ca/project/iats-webservices-civicrm-extension</url>
<url desc="Documentation"></url>
<url desc="Support"></url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Alan Dixon</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-01-07</releaseDate>
<version>1.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
</compatibility>
<comments>This extension module replaces the previous iATS payment processor. It uses the new webservices interface instead of the old "php api" interface to iATS, and is now distributed as an extension. It can co-exist with the old iATS payment processor.</comments>
<civix>
<namespace>CRM/iATS</namespace>
</civix>
</extension>