mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
docs/PAYMENTS: add API docs
docs: remove OSEM_ICON docs
This commit is contained in:
parent
4147114e02
commit
2605c8f239
3 changed files with 2 additions and 4 deletions
|
|
@ -52,7 +52,6 @@ There are a couple of environment variables you can set to configure OSEM.
|
|||
| CLOUDINARY_URL | *string* | Configure your cloudinary.com cloud name and api key/secret
|
||||
| STRIPE_PUBLISHABLE_KEY | *string* | Publishable Key for Stripe Gateway
|
||||
| STRIPE_SECRET_KEY | *string* | Secret Key for Stripe Gateway
|
||||
| OSEM_ICON | *string* | Sharable link for your organisation's icon
|
||||
|
||||
### Online Ticket Payments
|
||||
We use [Stripe](https://stripe.com) for accepting your ticket payments securely over the web.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ If you have any problems with installing don't hesitate to [contact us](https://
|
|||
|
||||
## Configure Stripe into the application
|
||||
To configure Stripe into your application all you need to do is add the private and publishable keys into the Rails environment.
|
||||
You can register to Stripe [here](https://dashboard.stripe.com/register) and get your API keys for free.
|
||||
**You need to set the API keys provided by Stripe into the application first to get the feature running.**
|
||||
|
||||
Add your Stripe API keys in `.env` file into these variables:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@
|
|||
# The name of your page
|
||||
OSEM_NAME="OSEM"
|
||||
|
||||
# The shareable link of your organisation's icon image
|
||||
OSEM_ICON=''
|
||||
|
||||
# The host this OSEM instance runs on. Used for
|
||||
# generating urls in emails sent
|
||||
OSEM_HOSTNAME="localhost:3000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue