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.

"; + echo "Run 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 = [
Renew diff --git a/modules/billing/normalize_billing_order_status.sql b/modules/billing/normalize_billing_order_status.sql index b366e58f..1e6ed1fe 100644 --- a/modules/billing/normalize_billing_order_status.sql +++ b/modules/billing/normalize_billing_order_status.sql @@ -1,6 +1,6 @@ -- normalize_billing_order_status.sql -- --- One-time migration: standardise gsp_billing_orders.status to the canonical +-- One-time migration: standardize gsp_billing_orders.status to the canonical -- three-value set used by cron-shop.php, create_servers.php, and the game -- monitor expiration lookup: --