-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
27 lines (27 loc) · 858 Bytes
/
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
<?xml version="1.0"?>
<extension key="ca.civicrm.beanstream" type="module">
<file>beanstream</file>
<name>Beanstream payment processor</name>
<description>Beanstream payment processor using PHP-SDK</description>
<urls>
<url desc="Main Extension Page">http://blackflysolutions.ca/project/beanstream-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>2016-06-17</releaseDate>
<version>2.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.4</ver>
<ver>4.6</ver>
</compatibility>
<comments>Updated to use the 1.0.1 php SDK.</comments>
<civix>
<namespace>CRM/Beanstream</namespace>
</civix>
</extension>