mirror of https://github.com/itflow-org/itflow
Update guest_pay_invoice_stripe.php
Rem comment re multi-company
This commit is contained in:
parent
a79baae2a8
commit
d2d1b25e32
|
|
@ -6,7 +6,6 @@ require_once('guest_header.php');
|
|||
DEFINE("WORDING_PAYMENT_FAILED", "<br><h2>There was an error verifying your payment. Please contact us for more information.</h2>");
|
||||
|
||||
// Setup Stripe
|
||||
// Defaulting to company id of 1 (as multi-company is being removed)
|
||||
$stripe_vars = mysqli_fetch_array(mysqli_query($mysqli, "SELECT config_stripe_enable, config_stripe_publishable, config_stripe_secret, config_stripe_account FROM settings WHERE company_id = 1"));
|
||||
$config_stripe_enable = intval($stripe_vars['config_stripe_enable']);
|
||||
$config_stripe_publishable = nullable_htmlentities($stripe_vars['config_stripe_publishable']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue