Update transaction.php
This commit is contained in:
parent
203a2291ba
commit
1a841b48ae
@ -177,9 +177,9 @@ if (! $rowid) {
|
|||||||
$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
|
$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
|
||||||
|
|
||||||
if ($servicestatus)
|
if ($servicestatus)
|
||||||
{
|
{
|
||||||
$url='https://dashboard.stripe.com/'.$connect.$origin.'/'.$txn->source;
|
$url='https://dashboard.stripe.com/'.$connect.$origin.'/'.$txn->source;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($txn->type == 'stripe_fee' || $txn->type == 'reserve_transaction') {
|
if ($txn->type == 'stripe_fee' || $txn->type == 'reserve_transaction') {
|
||||||
print "<td>".$txn->type."</td>";
|
print "<td>".$txn->type."</td>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user