Update README.md

This commit is contained in:
Rimian Perkins 2017-02-23 15:02:34 +11:00 committed by GitHub
parent 1de3a98f59
commit 7cf818ecb3
1 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,15 @@
Enables stripe payments from discourse.
# Configuration
## TODO
* Remove hard coded key and use settings.
* Add a plugin outlet for custom user fields.
* Some tests
* Handle fails from stripe
* A button in the user's profile page.
## Configuration
You can either set your environment vars in docker or save them in a yaml.
@ -15,7 +23,7 @@ STRIPE_SECRET_KEY: 'my_secret_key'
STRIPE_PUBLISHABLE_KEY: 'my_publishable_key'
```
# Testing
## Testing
To run the specs, install the plugin and run `bundle exec rake plugin:spec[discourse-payments]` in the discourse root directory.