diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php index bf8802f4c89..f9599984fd0 100644 --- a/htdocs/stripe/payment.php +++ b/htdocs/stripe/payment.php @@ -85,7 +85,7 @@ if (! empty($conf->stripe->enabled)) if (! empty($conf->global->STRIPE_LIVE) && ! GETPOST('forcesandbox', 'alpha')) { $service = 'StripeLive'; - $servicestatus = 0; + $servicestatus = 1; } $stripe=new Stripe($db);