Fix url payout

This commit is contained in:
ptibogxiv 2019-01-30 16:15:15 +01:00 committed by GitHub
parent bdbc61c1aa
commit 5fd75f0824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ if (! $rowid) {
$url='https://dashboard.stripe.com/'.$connect.'test/payouts/'.$payout->id;
if ($servicestatus) {
$url='https://dashboard.stripe.com/'.$connect.'/payouts/'.$payout->id;
$url='https://dashboard.stripe.com/'.$connect.'payouts/'.$payout->id;
}
print "<td><a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." " . $payout->id . "</a></td>\n";