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>
This commit is contained in:
parent
2f62bd32c9
commit
cb9c54b858
3 changed files with 5 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ function exec_ogp_module()
|
|||
echo "<p style='color:#666;'>Billing orders that reference a <code>home_id</code> which no longer exists in <code>gsp_server_homes</code>. ";
|
||||
echo "These orders will not show an expiration date on the game monitor. ";
|
||||
echo "Reset <code>home_id</code> to <code>0</code> or re-provision these orders to fix them. ";
|
||||
echo "Run <code>normalize_billing_order_status.sql</code> to standardise any legacy status values.</p>";
|
||||
echo "Run <code>normalize_billing_order_status.sql</code> to standardize any legacy status values.</p>";
|
||||
|
||||
if (empty($orphans)) {
|
||||
echo "<p style='color:green;'>✓ No orphaned billing orders found.</p>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue