Merge pull request #9583 from ptibogxiv/patch-65

fix link in connect mode charge.php
This commit is contained in:
Laurent Destailleur 2018-09-21 09:58:51 +02:00 committed by GitHub
commit 486a6fdc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2018 PtibogXIV <support@ptibogxiv.net> /* Copyright (C) 2018 Thibault FOUCART <support@ptibogxiv.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -150,7 +150,7 @@ if (!$rowid)
print '<tr class="oddeven">'; print '<tr class="oddeven">';
if (! empty($conf->stripe->enabled) && !empty($stripeacc)) $connect=$stripeacc.'/'; if (!empty($stripeacc)) $connect=$stripeacc.'/';
// Ref // Ref
$url='https://dashboard.stripe.com/'.$connect.'test/payments/'.$charge->id; $url='https://dashboard.stripe.com/'.$connect.'test/payments/'.$charge->id;