Skip to content

Commit

Permalink
Merge branch 'develop' into patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Sep 22, 2018
2 parents b064b58 + fab57e1 commit da7dc72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htdocs/stripe/transaction.php
Expand Up @@ -159,7 +159,7 @@
$societestatic->societe_id = $obj->fk_soc;

print '<tr class="oddeven">';

// Ref
if (!empty($stripeacc)) $connect=$stripeacc.'/';

Expand All @@ -173,8 +173,7 @@
}

$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
if ($servicestatus)
{
if ($servicestatus) {
$url='https://dashboard.stripe.com/'.$connect.$origin.'/'.$txn->source;
}
if ($txn->type == 'stripe_fee' || $txn->type == 'reserve_transaction') {
Expand Down

0 comments on commit da7dc72

Please sign in to comment.