Update README.md
This commit is contained in:
parent
26a3fdf75e
commit
e86ffc5482
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue