diff --git a/htdocs/stripe/transaction.php b/htdocs/stripe/transaction.php
index 8bf04eda4b4..f95bde08369 100644
--- a/htdocs/stripe/transaction.php
+++ b/htdocs/stripe/transaction.php
@@ -159,7 +159,7 @@ if (! $rowid) {
$societestatic->societe_id = $obj->fk_soc;
print '
';
-
+
// Ref
if (!empty($stripeacc)) $connect=$stripeacc.'/';
@@ -173,8 +173,7 @@ if (! $rowid) {
}
$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') {