Update paymentmodes.php
This commit is contained in:
parent
944943dcc0
commit
d0f6d1f175
@ -849,10 +849,10 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
|||||||
{
|
{
|
||||||
$connect='';
|
$connect='';
|
||||||
|
|
||||||
$url='https://dashboard.stripe.com/test/'.$stripesupplieracc;
|
$url='https://dashboard.stripe.com/test/connect/accounts/'.$stripesupplieracc;
|
||||||
if ($servicestatus)
|
if ($servicestatus)
|
||||||
{
|
{
|
||||||
$url='https://dashboard.stripe.com/'.$stripesupplieracc;
|
$url='https://dashboard.stripe.com/connect/accounts/'.$stripesupplieracc;
|
||||||
}
|
}
|
||||||
print ' <a href="'.$url.'" target="_stripe">'.img_picto($langs->trans('ShowInStripe'), 'object_globe').'</a>';
|
print ' <a href="'.$url.'" target="_stripe">'.img_picto($langs->trans('ShowInStripe'), 'object_globe').'</a>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user