Started adding new database table and code to support payment codes in the cart data...
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 8 Jan 2018 21:53:59 +0000 (16:53 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 8 Jan 2018 21:53:59 +0000 (16:53 -0500)
commitfe7f0a2c2592bb7238d8d231f6301b1e60462990
tree213a2dceeb9c98e9991747164cfc98e6d3ca7434
parent7d5c8818bfb86c5fd9babc9610480c18e49b50c7
Started adding new database table and code to support payment codes in the cart data and other things.

Updated database with reg_request_pay_code table.
Added not_attending flag to reg_request_registrant
Started adding code to regCartSupport to add submitted pay codes to the cart and to check them for credits.
classes/data/dataRegRequestPayCode.php [new file with mode: 0644]
classes/regCartSupport.php
index.php
setup/databaseScripts/create_database_V0.0.20.sql [deleted file]
setup/databaseScripts/create_database_V0.0.21.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.20.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.21.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.21.sql
views/front/registrations/cart.html