Update README.md

This commit is contained in:
Rimian Perkins 2020-02-06 10:39:32 +11:00 committed by GitHub
parent 26a3fdf75e
commit e86ffc5482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -16,9 +16,15 @@ If you too would like to sponsor this project, I'd really appreciate it. You can
## Core concepts
### Your Stripe Account
**It is important to note:** that ultimately, your subscriptions are managed by the Stripe payment gateway. Stripe will handle the billing, etc at the required intervals and notify your Discourse Plugin when specific transactions happen on Stripe. If you were to shut down your instance of Discourse, Stripe with continue to bill your customers for your subscriptions.
Stripe has a [portal](https://dashboard.stripe.com) where you can manage all your customers and subscriptions.
### Subscriptions
Subscriptions are how you manage access to your website's content. There are two core components to make Subscriptions work for your Discourse application. These are **Products** and **Plans**.
Subscriptions are how you manage access to your website's content. There are two core components to make Subscriptions work for your Discourse application. These are *Products* and *Plans*.
### Products
@ -30,10 +36,6 @@ A Plan is how you charge your users for the Product. Plans have *rates*, *billin
Together, Products and Plans make up Subscriptions.
**It is important to note** that ultimately, your subscriptions are managed by the Stripe payment gateway. Stripe will handle the billing, etc at the required intervals and notify your Discourse Plugin when specific transactions happen on Stripe. If you were to shut down your instance of Discourse, Stripe with continue to bill your customers for your subscriptions.
Stripe has a [portal](https://dashboard.stripe.com) where you can manage all your customers and subscriptions.
## Installation
* Be sure your site is enforcing https.