docs/PAYMENTS: add API docs

docs: remove OSEM_ICON docs
This commit is contained in:
Rishabh Saxena 2016-08-18 15:31:34 +05:30
parent 4147114e02
commit 2605c8f239
3 changed files with 2 additions and 4 deletions

View file

@ -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 | CLOUDINARY_URL | *string* | Configure your cloudinary.com cloud name and api key/secret
| STRIPE_PUBLISHABLE_KEY | *string* | Publishable Key for Stripe Gateway | STRIPE_PUBLISHABLE_KEY | *string* | Publishable Key for Stripe Gateway
| STRIPE_SECRET_KEY | *string* | Secret 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 ### Online Ticket Payments
We use [Stripe](https://stripe.com) for accepting your ticket payments securely over the web. We use [Stripe](https://stripe.com) for accepting your ticket payments securely over the web.

View file

@ -4,6 +4,8 @@ If you have any problems with installing don't hesitate to [contact us](https://
## Configure Stripe into the application ## 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. 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: Add your Stripe API keys in `.env` file into these variables:

View file

@ -9,9 +9,6 @@
# The name of your page # The name of your page
OSEM_NAME="OSEM" OSEM_NAME="OSEM"
# The shareable link of your organisation's icon image
OSEM_ICON=''
# The host this OSEM instance runs on. Used for # The host this OSEM instance runs on. Used for
# generating urls in emails sent # generating urls in emails sent
OSEM_HOSTNAME="localhost:3000" OSEM_HOSTNAME="localhost:3000"