Update transaction.php
This commit is contained in:
parent
933f253c86
commit
d09b74abe5
@ -170,7 +170,7 @@ if (! $rowid) {
|
|||||||
$origin="connect/application_fees";
|
$origin="connect/application_fees";
|
||||||
} else {
|
} else {
|
||||||
$origin="payments";
|
$origin="payments";
|
||||||
}
|
}
|
||||||
|
|
||||||
$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
|
$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
|
||||||
if ($servicestatus)
|
if ($servicestatus)
|
||||||
@ -229,5 +229,6 @@ elseif ($txn->status=='failed')
|
|||||||
print '</form>';
|
print '</form>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// End of page
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user