mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Update order.php
fix gagal beli voucher paket radius rest
This commit is contained in:
parent
50a3f0a175
commit
e31aeca2dd
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ switch ($action) {
|
|||
if (!$plan['enabled']) {
|
||||
r2(U . "home", 'e', 'Plan is not exists');
|
||||
}
|
||||
if ($routes['2'] == 'radius') {
|
||||
if ($plan['is_radius'] == '1') {
|
||||
$router_name = 'radius';
|
||||
} else {
|
||||
$router_name = $plan['routers'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue