-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathinfo.xml
More file actions
27 lines (27 loc) · 1.15 KB
/
Copy pathinfo.xml
File metadata and controls
27 lines (27 loc) · 1.15 KB
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="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>eileen@fuzion.co.nz</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>2019-07-07</releaseDate>
<version>3.7</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.17</ver>
</compatibility>
<comments>This module integrates the omnipay library with CiviCRM. This release is for Omnipay 3.x and requires php 7.1. All new development will be here but 2.x series will continue to work.</comments>
<civix>
<namespace>CRM/Omnipaymultiprocessor</namespace>
</civix>
</extension>