diff --git a/guest_pay_invoice_stripe.php b/guest_pay_invoice_stripe.php index 1fc6c300..c89d0b3a 100644 --- a/guest_pay_invoice_stripe.php +++ b/guest_pay_invoice_stripe.php @@ -2,15 +2,13 @@ require_once 'guest_header.php'; -function log_to_console($message) -{ +function log_to_console($message) { $message = date("H:i:s") . " - $message - ".PHP_EOL; print($message); flush(); ob_flush(); } - // Define wording DEFINE("WORDING_PAYMENT_FAILED", "

There was an error verifying your payment. Please contact us for more information.

"); @@ -379,4 +377,3 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent require_once 'guest_footer.php'; -