Merge pull request #10461 from ptibogxiv/patch-109

Fix url payout
This commit is contained in:
Laurent Destailleur
2019-01-30 16:16:34 +01:00
committed by GitHub

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";