Title_Page

│ ├── check_active_customer.php │ ├── save_payment_method.php │ ├── updateCustomer.php │ ├── update_json_customer.php │ └── update_subscription_plan.php ├── classes/ │ ├── Account.php │ └── Customer.php ├── common/ │ ├── check_auth.php ................
................