From 434c048d96a649ec0b0a819007cd72ccb805dac9 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Thu, 9 Feb 2023 21:31:48 +0000 Subject: [PATCH] Remove WIP messages from Stripe integration --- guest_view_invoice.php | 2 +- settings_online_payment.php | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/guest_view_invoice.php b/guest_view_invoice.php index 08ace319..c5126dfb 100644 --- a/guest_view_invoice.php +++ b/guest_view_invoice.php @@ -127,7 +127,7 @@ $sql_invoice_items = mysqli_query($mysqli, "SELECT * FROM invoice_items WHERE it ');"> Download - Pay Online (Coming Soon) + Pay Online diff --git a/settings_online_payment.php b/settings_online_payment.php index 0386245d..f45bb590 100644 --- a/settings_online_payment.php +++ b/settings_online_payment.php @@ -6,10 +6,6 @@ $sql_accounts = mysqli_query($mysqli, "SELECT * FROM accounts WHERE company_id = ?> -
- Work in Progress - Not yet functioning -
-

Online Payment

@@ -74,4 +70,5 @@ $sql_accounts = mysqli_query($mysqli, "SELECT * FROM accounts WHERE company_id =
-