Update transaction.php

This commit is contained in:
ptibogxiv 2018-09-19 20:15:12 +02:00 committed by GitHub
parent 203a2291ba
commit 1a841b48ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>";