Payment form, filters and debugging.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Mar 2018 21:47:37 +0000 (16:47 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Mar 2018 21:47:37 +0000 (16:47 -0500)
commitda07b626a5592cf9ef7cce5667580e9a0fbba5eb
treeed1c033ae57cf7da172e5d19ce2a40fd7cf804d3
parent9236016ec8e0a21c818981565eac2f79ae9acb07
Payment form, filters and debugging.

Going through and removing php notices when  I find them.
Payment Form is now saving the payment and transactions and is working
with Authorize.net.
Need to replace the select for the member accounts on the add new
invoice page with autocomplete.
20 files changed:
classes/billingSupport.php
classes/data/dataAccounts.php
config/plugin.ini
css/admin.css
defines.php
index.php
lib/paymentProcessors/Authorize.Net/paymentGateway.php
models/admin/billing/accounts.php
models/admin/billing/index.php
models/admin/billing/invoices.php
models/admin/member/billing.php
setup/databaseScripts/create_database_V0.0.10.sql [new file with mode: 0644]
setup/databaseScripts/create_database_V0.0.9.sql [deleted file]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.10.sql [new file with mode: 0644]
views/admin/billing/editAccount.html
views/admin/billing/editInvoice.html
views/admin/billing/invoices.html
views/admin/billing/makePayment.html
views/admin/billing/paymentProcess.html