feat: improve billing config system — child-of-panel sync, interactive admin form, backup retention
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/db724497-3491-4f98-a8b5-4e93bd2c8b79 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
4e4df11e06
commit
4dff8d597c
6 changed files with 720 additions and 139 deletions
|
|
@ -41,3 +41,7 @@ $paypal_sandbox = true; // Set to false for live payments
|
|||
$paypal_client_id = ''; // Your PayPal Client ID
|
||||
$paypal_client_secret = ''; // Your PayPal Client Secret
|
||||
$paypal_webhook_id = ''; // Your PayPal Webhook ID (for webhook signature verification)
|
||||
|
||||
# --- Admin config backup retention ---
|
||||
# Number of config backups to keep (1–10). Oldest backups beyond this limit are deleted.
|
||||
$SITE_CONFIG_BACKUP_RETENTION = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue