damn, that curly bracket make error :))

This commit is contained in:
iBNu Maksum 2024-03-01 19:42:59 +07:00 committed by GitHub
parent 012a1ecfab
commit a7f191f058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,8 +99,6 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
if(!$plan['enabled']){ if(!$plan['enabled']){
r2(U . "home", 'e', 'Plan is not exists'); r2(U . "home", 'e', 'Plan is not exists');
} }
}
if ($user['balance'] > $plan['price']) { if ($user['balance'] > $plan['price']) {
r2(U . "order/pay/$router[id]/$bill[plan_id]", 'e', 'Order Plan'); r2(U . "order/pay/$router[id]/$bill[plan_id]", 'e', 'Order Plan');
} else { } else {