Update order.php
fix gagal beli voucher paket radius rest
This commit is contained in:
parent
50a3f0a175
commit
e31aeca2dd
@ -205,7 +205,7 @@ switch ($action) {
|
|||||||
if (!$plan['enabled']) {
|
if (!$plan['enabled']) {
|
||||||
r2(U . "home", 'e', 'Plan is not exists');
|
r2(U . "home", 'e', 'Plan is not exists');
|
||||||
}
|
}
|
||||||
if ($routes['2'] == 'radius') {
|
if ($plan['is_radius'] == '1') {
|
||||||
$router_name = 'radius';
|
$router_name = 'radius';
|
||||||
} else {
|
} else {
|
||||||
$router_name = $plan['routers'];
|
$router_name = $plan['routers'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user