Fix servicestatus list of payment stripe
This commit is contained in:
parent
ec5461a4d1
commit
7360e1c0d4
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user