Merge pull request #23943 from civicrm/5.51
[civicrm-core.git] / ext / payflowpro / info.xml
CommitLineData
77d8692e
SL
1<?xml version="1.0"?>
2<extension key="payflowpro" type="module">
3 <file>payflowpro</file>
68f91be1
SL
4 <name>PayPal Payflow Pro Integration</name>
5 <description>This extension provides an integration with PayPal's Payflow Pro service. It supports one time and recurring payments from CiviCRM.</description>
77d8692e
SL
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Seamus Lee</author>
9 <email>seamuslee001@gmail.com</email>
10 </maintainer>
11 <urls>
68f91be1
SL
12 <url desc="Main Extension Page">https://lab.civicrm.org</url>
13 <url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/payflow/</url>
14 <url desc="Support">https://lab.civicrm.org</url>
77d8692e
SL
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2021-04-13</releaseDate>
9675daad 18 <version>5.52.alpha1</version>
68f91be1 19 <develStage>stable</develStage>
77d8692e 20 <compatibility>
9675daad 21 <ver>5.52</ver>
77d8692e 22 </compatibility>
68f91be1 23 <comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments>
77d8692e
SL
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
75054e18 27 <mixins>
e443ab0c 28 <mixin>mgd-php@1.1.0</mixin>
75054e18 29 </mixins>
77d8692e
SL
30 <civix>
31 <namespace>CRM/Payflowpro</namespace>
32 </civix>
33</extension>