From cb9c54b8589bb8ecba212d9a244d895b3dbdfbd1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 15:56:26 +0000 Subject: [PATCH] fix: address code review comments (spelling, add comment to renewable_statuses) Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/c56f04bb-ecce-4f1b-9bbd-c5f83107da1d Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/billing/admin_orders.php | 2 +- modules/billing/my_account.php | 3 +++ modules/billing/normalize_billing_order_status.sql | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/billing/admin_orders.php b/modules/billing/admin_orders.php index e726b4ff..a47623ec 100644 --- a/modules/billing/admin_orders.php +++ b/modules/billing/admin_orders.php @@ -217,7 +217,7 @@ function exec_ogp_module() echo "
Billing orders that reference a home_id which no longer exists in gsp_server_homes. ";
echo "These orders will not show an expiration date on the game monitor. ";
echo "Reset home_id to 0 or re-provision these orders to fix them. ";
- echo "Run normalize_billing_order_status.sql to standardise any legacy status values.
normalize_billing_order_status.sql to standardize any legacy status values.";
if (empty($orphans)) {
echo "✓ No orphaned billing orders found.
"; diff --git a/modules/billing/my_account.php b/modules/billing/my_account.php index 5c670726..e5369b44 100644 --- a/modules/billing/my_account.php +++ b/modules/billing/my_account.php @@ -338,6 +338,9 @@ $status_config = [