mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-05 23:54:25 +02:00
fix order/gateway url
This commit is contained in:
parent
face7360e8
commit
96dca1a38b
2 changed files with 29 additions and 2 deletions
|
@ -147,7 +147,7 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
|
|||
$routers = ORM::for_table('tbl_routers')->where('name', $bill['routers'])->find_one();
|
||||
$router = $routers['id'];
|
||||
}
|
||||
r2(getUrl('order/gateway/$router/$bill[plan_id]'));
|
||||
r2(getUrl("order/gateway/$router/$bill[plan_id]"));
|
||||
}
|
||||
} else if (!empty(_get('extend'))) {
|
||||
if ($user['status'] != 'Active') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue