Fix servicestatus list of payment stripe

This commit is contained in:
ptibogxiv 2019-02-22 14:19:21 +01:00 committed by GitHub
parent ec5461a4d1
commit 7360e1c0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);