diff --git a/.gitignore b/.gitignore index 28847554b9..067d532a5d 100644 --- a/.gitignore +++ b/.gitignore @@ -198,8 +198,3 @@ cypress/videos .helix/ # Aider AI Chat .aider* - -# frappecloud billing -billing/node_modules -frappe/public/billing -frappe/www/billing.html diff --git a/billing/.gitignore b/billing/.gitignore deleted file mode 100644 index 53f7466aca..0000000000 --- a/billing/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -node_modules -.DS_Store -dist -dist-ssr -*.local \ No newline at end of file diff --git a/billing/.prettierrc.json b/billing/.prettierrc.json deleted file mode 100644 index b2095be81e..0000000000 --- a/billing/.prettierrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "semi": false, - "singleQuote": true -} diff --git a/billing/README.md b/billing/README.md deleted file mode 100644 index f2e72e09d5..0000000000 --- a/billing/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Frappe Cloud Billing - -Billing page is built to manage the billing of both desk based (ERPNext, HRMS) and portal based apps (Frappe CRM, Insights, Gameplan, Builder etc.) - -> Billing page is only built for sites hosted on Frappe Cloud. - -## Features - -- **Current Plan**: View the current plan of the site. -- **Manage Subscription**: Upgrade, downgrade your subscription plan. -- **Plans & Pricing**: View and compare all the available plans and decide which one is best for you. -- **Billing History**: View your billing history and download invoices. -- **Prepaid Credits**: Add prepaid credits to your account to pay for your subscription. -- **Payment Methods**: Add, remove your payment methods (Credit Card, Debit Card) and set a default payment method. -- **Billing Address**: Add/Update your billing address. - -## Usage - -1. Go to Billing Overview page typing `/billing` in the URL. You can also access it from your app installed on the site. -2. Billing Overview page will open with the current plan details and other options. -3. Click on the `Upgrade plan` button to upgrade or downgrade your subscription plan. -4. It will redirect you to the `Plans` page where you can select the plan you want to subscribe to. -5. Click on the `Upgrade` or `Downgrade` button to confirm the subscription. -6. Before confirming the subscription, you should add prepaid credits to your account to pay for the subscription or you can add a payment method. Check `Payment details` section in the `Billing Overview` page to add prepaid credits or select payment method. -7. Once you have added prepaid credits or payment method, you can confirm the subscription. -8. You can view your billing history and download invoices from the `Invoices` page. -9. You can add, remove payment methods and set a default payment method from the `Cards` page. \ No newline at end of file diff --git a/billing/index.html b/billing/index.html deleted file mode 100644 index 4b782454be..0000000000 --- a/billing/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - -
- - -- We are attempting to charge your card with - {{ formattedMicroChargeAmount }} to make sure the card works. - This amount will be refunded back to your account. -
- - -No card found
-