Added Payment Processer Classes - Added configuration options
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Apr 2018 21:07:37 +0000 (17:07 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 3 Apr 2018 21:07:37 +0000 (17:07 -0400)
commitbd1bddc1090fbc79151be8245f6f3e6dc288fd7b
tree6538bbda538f53c8c7c39728f23f49400c98e25c
parent4aca6974a2009d634977ff1c55d75814449ee1ad
Added Payment Processer Classes - Added configuration options

Fixed problem with checking status of capabilities in glmPluginSupport.php
Added settings for reCAPTCHA and Cluster Margers to Management and Database
Added lib/paymentProcessors directory with payment processor classes and test code.
Updated Authorize.net payment processor class to new API and added stored payment profiles.
classes/data/settings/dataSettingsGeneral.php
classes/glmPluginSupport.php
css/admin.css
index.php
lib/paymentProcessors/Authorize.Net/paymentGateway.php
lib/paymentProcessors/paymentProcessorsTest.php
setup/databaseScripts/create_database_V1.1.34.sql [deleted file]
setup/databaseScripts/create_database_V1.1.35.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V1.1.35.sql [new file with mode: 0644]
views/admin/management/index.html