mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 06:25:40 +00:00
cleanup
This commit is contained in:
@@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
require_once 'guest_header.php';
|
require_once 'guest_header.php';
|
||||||
|
|
||||||
function log_to_console($message)
|
function log_to_console($message) {
|
||||||
{
|
|
||||||
$message = date("H:i:s") . " - $message - ".PHP_EOL;
|
$message = date("H:i:s") . " - $message - ".PHP_EOL;
|
||||||
print($message);
|
print($message);
|
||||||
flush();
|
flush();
|
||||||
ob_flush();
|
ob_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Define wording
|
// Define wording
|
||||||
DEFINE("WORDING_PAYMENT_FAILED", "<br><h2>There was an error verifying your payment. Please contact us for more information.</h2>");
|
DEFINE("WORDING_PAYMENT_FAILED", "<br><h2>There was an error verifying your payment. Please contact us for more information.</h2>");
|
||||||
|
|
||||||
@@ -379,4 +377,3 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent
|
|||||||
|
|
||||||
|
|
||||||
require_once 'guest_footer.php';
|
require_once 'guest_footer.php';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user