From 7774b49beb6afe22087fd4c41db2addb339e7609 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 8 Mar 2018 10:03:36 +0100 Subject: [PATCH] Fix paymentmodes.php --- htdocs/societe/paymentmodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') {