fix order/gateway url

This commit is contained in:
iBNu Maksum 2025-02-04 16:53:30 +07:00
parent face7360e8
commit 96dca1a38b
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 29 additions and 2 deletions

View File

@ -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') {

View File

@ -982,5 +982,32 @@
"New_port": "New port",
"Port_Name": "Port Name",
"Public_IP": "Public IP",
"Range_Port": "Range Port"
"Range_Port": "Range Port",
"Advanced_Hotspot_System": "Advanced Hotspot System",
"Successful_Payments": "Successful Payments",
"More_Info": "More Info",
"Failed_Payments": "Failed Payments",
"Pending_Payments": "Pending Payments",
"Cancelled_Payments": "Cancelled Payments",
"Daily_Sales": "Daily Sales",
"Monthly_Sales": "Monthly Sales",
"Weekly_Sales": "Weekly Sales",
"How_its_Works": "How its Works",
"_Click_this": " Click this",
"_to_visit_the_hotspot_login_page": " to visit the hotspot login page",
"_Choose_your_desired_plan__enter_your_phone_number_and_click_Pay_Now__you_will_be_redirected_to_payment_portal_": " Choose your desired plan, enter your phone number and click Pay Now, you will be redirected to payment portal.",
"_Pay_with_Demo_Success_": " Pay with Demo Success.",
"_After_Successful_Payment_you_will_be_awarded_the_package_and_you_will_received_your_Voucher_Code_for_login_": " After Successful Payment you will be awarded the package and you will received your Voucher Code for login.",
"_Come_back_here_to_see_your_hotspot_performance_at_a_glance_": " Come back here to see your hotspot performance at a glance.",
"Hotspot_Payment_History": "Hotspot Payment History",
"Search_Phone_Number_____": "Search Phone Number.....",
"Transaction_ID": "Transaction ID",
"Transaction_Ref": "Transaction Ref",
"Voucher_Code": "Voucher Code",
"Amount": "Amount",
"Transaction_Status": "Transaction Status",
"Payment_Date": "Payment Date",
"Plan_Expiry_Date": "Plan Expiry Date",
"Make_Payment": "Make Payment",
"Validity_Period": "Validity Period"
}