-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
28 lines (28 loc) · 1.04 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="nz.co.fuzion.omnipaymultiprocessor" type="module">
<file>omnipaymultiprocessor</file>
<name>Omnipay multiprocessor support</name>
<description>Support for Multiple processors using OmniPay library</description>
<license>AGPL</license>
<maintainer>
<author>eileen</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor</url>
<url desc="Documentation">https://civicrm.org/blogs/eileen/rethinking-payment-processing</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<releaseDate>2014-11-24</releaseDate>
<version>1.6</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
<ver>4.5</ver>
</compatibility>
<comments>This module integrates the omnipay library with CiviCRM</comments>
<civix>
<namespace>CRM/Omnipaymultiprocessor</namespace>
</civix>
</extension>