mirror of https://github.com/itflow-org/itflow
cleanup
This commit is contained in:
parent
3d3bb6a436
commit
56c138fb12
|
|
@ -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", "<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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue