<?xml version="1.0"?>
<extension key="payflowpro" type="module">
  <file>payflowpro</file>
  <name>PayPal Payflow Pro Integration</name>
  <description>This extension provides an integration with PayPal's Payflow Pro service. It supports one time and recurring payments from CiviCRM.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Seamus Lee</author>
    <email>seamuslee001@gmail.com</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://lab.civicrm.org</url>
    <url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/payflow/</url>
    <url desc="Support">https://lab.civicrm.org</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <mixins>
    <mixin>mgd-php@1.0.0</mixin>
  </mixins>
  <civix>
    <namespace>CRM/Payflowpro</namespace>
    <format>23.02.1</format>
  </civix>
</extension>
