Setting up Square payment processor.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Apr 2019 11:48:53 +0000 (07:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Apr 2019 11:48:53 +0000 (07:48 -0400)
commita2d1f9a99d9dfdcb8ff8c273df4737a289d4b756
tree50d1154f1e4acebbdfdd79ff3b6d97821247859f
parenta1a4a57a036be92405e7beafbf6c082f1b6701ba
Setting up Square payment processor.

Creating new fields for the management of square payment processor.
Setting up the billing support class to use square as processor.
17 files changed:
classes/billingSupport.php
classes/data/dataManagement.php
config/plugin.ini
css/sq-payment-form.css [new file with mode: 0644]
index.php
js/sq-payment-form.js [new file with mode: 0644]
models/admin/management/billing.php
models/front/billing/paymentForm.php
setup/databaseScripts/create_database_V0.0.32.sql [deleted file]
setup/databaseScripts/create_database_V0.0.35.sql [deleted file]
setup/databaseScripts/create_database_V0.0.36.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.36.sql [new file with mode: 0644]
views/admin/management/billing.html
views/common/billing/paymentForm.html
views/common/billing/squarePaymentForm.html [new file with mode: 0644]
views/front/billing/paymentForm.html