fixed missing login and billing pages
This commit is contained in:
parent
28533be24d
commit
dbecad8606
755 changed files with 1205 additions and 106715 deletions
|
|
@ -40,6 +40,14 @@ Commercial billing, provisioning, invoices, orders, transactions, coupons, and p
|
|||
- renewals
|
||||
- account/service status
|
||||
|
||||
## Website Ordering Boundary
|
||||
|
||||
The active Gameservers.World website no longer links customers to `billing/order.php`. The public catalog uses `Panel/modules/website/order.php?service_id=...` as the order entry point. That page validates the enabled service server-side and sends logged-out users through website login before returning them to the intended service.
|
||||
|
||||
Payment approval and final provisioning remain server-side responsibilities. The browser must not call private provisioning methods directly, and prices must be read from server-side catalog data rather than query parameters.
|
||||
|
||||
In this repository checkout the historical `Panel/modules/billing` runtime is not present, although billing tables and integration references remain. The website order page therefore stops at validated order intent and support handoff until the active checkout/payment runtime is connected.
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- configure payment gateways
|
||||
|
|
@ -72,4 +80,3 @@ Commercial billing, provisioning, invoices, orders, transactions, coupons, and p
|
|||
## Recommendation
|
||||
|
||||
- Keep / Rewrite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue