Added support for Sphere payment processing (#4730)
commit802e587138eda86e0d54d6be69243cefbeb57695
authorBrady Miller <brady.g.miller@gmail.com>
Mon, 10 Jan 2022 00:43:57 +0000 (9 16:43 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 00:43:57 +0000 (9 16:43 -0800)
tree9f6077a85749129aad79d855dff081ed78501f66
parent1c30682d5acf0fbdf322ced68eb2d214ead84256
Added support for Sphere payment processing (#4730)
21 files changed:
interface/main/tabs/menu/menus/standard.json
interface/patient_file/front_payment.php
interface/reports/payment_processing_report.php [new file with mode: 0644]
interface/super/edit_globals.php
library/globals.inc.php
portal/lib/paylib.php
portal/portal_payment.php
sites/default/documents/custom_menus/Custom.json
sphere/initial_response.php [new file with mode: 0644]
sphere/process_response.php [new file with mode: 0644]
sphere/process_revert_response.php [new file with mode: 0644]
sphere/token.php [new file with mode: 0644]
sql/6_0_0-to-6_1_0_upgrade.sql
sql/database.sql
src/Common/Auth/AuthGlobal.php [new file with mode: 0644]
src/PaymentProcessing/PaymentProcessing.php [new file with mode: 0644]
src/PaymentProcessing/Sphere/Sphere.php [new file with mode: 0644]
src/PaymentProcessing/Sphere/SpherePayment.php [new file with mode: 0644]
src/PaymentProcessing/Sphere/SphereRevert.php [new file with mode: 0644]
src/Services/Globals/GlobalSetting.php
version.php