diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 1b5fb26a5d2..1bbd60a577f 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -849,10 +849,10 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' { $connect=''; - $url='https://dashboard.stripe.com/test/'.$stripesupplieracc; + $url='https://dashboard.stripe.com/test/connect/accounts/'.$stripesupplieracc; if ($servicestatus) { - $url='https://dashboard.stripe.com/'.$stripesupplieracc; + $url='https://dashboard.stripe.com/connect/accounts/'.$stripesupplieracc; } print ' '.img_picto($langs->trans('ShowInStripe'), 'object_globe').''; }