Update transaction.php

This commit is contained in:
ptibogxiv 2018-09-21 09:54:07 +02:00 committed by GitHub
parent 933f253c86
commit d09b74abe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ if (! $rowid) {
$origin="connect/application_fees";
} else {
$origin="payments";
}
}
$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
if ($servicestatus)
@ -229,5 +229,6 @@ elseif ($txn->status=='failed')
print '</form>';
}
// End of page
llxFooter();
$db->close();