Added PayPal support to checkout and updated database
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Jun 2018 20:25:24 +0000 (16:25 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Jun 2018 20:25:24 +0000 (16:25 -0400)
commit40830a5b32be67b3618036d3916449664bd44e9d
tree7aa848524532eba17f1c0b6a3dbe73f516398e51
parenta5cdf9362fe70eb092baac0fb14983fcb8cb9608
Added PayPal support to checkout and updated database

Updated text displayed in alert when trying to register more attendees per submission than permitted.
Updated database to version 1.0.0 in prep for first release.
Added PayPal sandbox id/secret fields to database and management.
Fixed problem with payment types not properly selected for checkout in checkout.php
Fixed problem with checkout button after adding PayPal.
21 files changed:
classes/data/dataManagement.php
classes/regCartSupport.php
config/plugin.ini
index.php
js/frontRegApp.js
models/admin/ajax/regPayPal.php [new file with mode: 0644]
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
setup/databaseScripts/create_database_V0.0.31.sql [deleted file]
setup/databaseScripts/create_database_V1.0.0.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.31.sql [deleted file]
setup/databaseScripts/drop_database_V1.0.0.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.31.sql
setup/databaseScripts/update_database_V0.0.32.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V1.0.0.sql [new file with mode: 0644]
setup/validActions.php
views/admin/management/registrations.html
views/front/registrations/checkout.html
views/front/registrations/registration.html
views/front/registrations/summaryStore.html