Fixed lib directory define, completed payment processor integration, updated database
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 6 Nov 2017 21:44:31 +0000 (16:44 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 6 Nov 2017 21:44:31 +0000 (16:44 -0500)
commitb28ab4938f19fa53a6f9e5e329adad3c4ce06db7
tree602dfb58381967ba76c510213e0f20246facb8f8
parent0cac267e67fc5e06c72f7807d100d46903ae4d83
Fixed lib directory define, completed payment processor integration, updated database

Changed some default settings for the registration account data class.
Updated database to add new field 2 fields for Merchant Solutions in management
Fixed some compatibility issues in the paymnent gateway classes
Completed payment processor integration in checkout and texted off-line
Some updates and fixes in the checkout view.
22 files changed:
classes/data/dataAccount.php
classes/data/dataManagement.php
config/plugin.ini
defines.php
index.php
lib/paymentProcessors/Authorize.Net/AIM_guide-1.pdf [changed mode: 0755->0644]
lib/paymentProcessors/Authorize.Net/paymentGateway.php [changed mode: 0755->0644]
lib/paymentProcessors/MerchantSolutions/paymentGateway.php [changed mode: 0755->0644]
lib/paymentProcessors/None/paymentGateway.php [deleted file]
lib/paymentProcessors/Test/Test.php [deleted file]
lib/paymentProcessors/TestByCardNumber/paymentGateway.php [new file with mode: 0644]
lib/paymentProcessors/TestGood/paymentGateway.php [new file with mode: 0644]
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
setup/databaseScripts/create_database_V0.0.16.sql [deleted file]
setup/databaseScripts/create_database_V0.0.17.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.16.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.17.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.17.sql [new file with mode: 0644]
views/admin/management/registrations.html
views/front/registrations/checkout.html