From ac05dbb2066b67c0cdb027edd8ed1d4e278d020c Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 5 Mar 2018 20:07:00 +0100 Subject: [PATCH] Update charge --- htdocs/stripe/charge | 9 --------- 1 file changed, 9 deletions(-) diff --git a/htdocs/stripe/charge b/htdocs/stripe/charge index 8ecd4d7e0c3..a7d988e542c 100644 --- a/htdocs/stripe/charge +++ b/htdocs/stripe/charge @@ -36,15 +36,6 @@ $socid = GETPOST("socid","int"); if ($user->societe_id) $socid=$user->societe_id; //$result = restrictedArea($user, 'salaries', '', '', ''); -if (empty($conf->global->STRIPECONNECT_LIVE)) -{ -$mode=$conf->global->STRIPECONNECT_LIVE; -} -else -{ -$mode=$conf->global->STRIPE_LIVE; -} - $limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit; $rowid = GETPOST("rowid",'alpha'); $sortfield = GETPOST("sortfield",'alpha');