Skip to content

Commit

Permalink
Fix url payout
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jan 30, 2019
1 parent bdbc61c commit 5fd75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/stripe/payout.php
Expand Up @@ -165,7 +165,7 @@

$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";
Expand Down

0 comments on commit 5fd75f0

Please sign in to comment.