Update paymentmodes.php

This commit is contained in:
ptibogxiv 2019-08-06 13:12:10 +02:00 committed by GitHub
parent 944943dcc0
commit d0f6d1f175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ' <a href="'.$url.'" target="_stripe">'.img_picto($langs->trans('ShowInStripe'), 'object_globe').'</a>';
}