From 7cf818ecb36ea4820b7a22ce6c926c26c70451a3 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 23 Feb 2017 15:02:34 +1100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a6d639..4c9b12b 100644 --- a/README.md +++ b/README.md @@ -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.