REF migrate Payflow Pro code into a core Extension
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 13 Apr 2021 01:35:28 +0000 (11:35 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 13 Apr 2021 01:35:28 +0000 (11:35 +1000)
commit77d8692e5fbccc60da9e8a4450499760f9019c1b
treeca953372c840f76fcfe68a414dd2cc841f230de2
parent597c41c5868824754795a31d2ffb11bc6aae96e0
REF migrate Payflow Pro code into a core Extension
12 files changed:
.gitignore
distmaker/dists/common.sh
ext/payflowpro/CRM/Core/Payment/PayflowPro.php [moved from CRM/Core/Payment/PayflowPro.php with 86% similarity]
ext/payflowpro/LICENSE.txt [new file with mode: 0644]
ext/payflowpro/README.md [new file with mode: 0644]
ext/payflowpro/images/screenshot.png [new file with mode: 0644]
ext/payflowpro/info.xml [new file with mode: 0644]
ext/payflowpro/payflowpro.civix.php [new file with mode: 0644]
ext/payflowpro/payflowpro.php [new file with mode: 0644]
ext/payflowpro/phpunit.xml.dist [new file with mode: 0644]
ext/payflowpro/tests/phpunit/CRM/Core/Payment/PayflowProTest.php [new file with mode: 0644]
ext/payflowpro/tests/phpunit/bootstrap.php [new file with mode: 0644]