diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index cbafeb68a09..4bd19295e7a 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -345,8 +345,8 @@ if (class_exists('Stripe')) $cu->default_source = "$source"; // obtained with Stripe.js $cu->save(); - //header('Location: '.$url); - //exit; + header('Location: '.$url); + exit; } elseif ($action == 'delete') {