mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 23:45:38 +08:00
add break;
This commit is contained in:
parent
2c75499a13
commit
05a5b784aa
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ switch ($action) {
|
|||
} else {
|
||||
r2(U . "order/package/", 's', Lang::T("You have no unpaid transaction"));
|
||||
}
|
||||
break;
|
||||
case 'view':
|
||||
$trxid = $routes['2'] * 1;
|
||||
$trx = ORM::for_table('tbl_payment_gateway')
|
||||
|
|
Loading…
Reference in a new issue