From 876edfc0d714d45b4dcfb0010342130b0f0e41aa Mon Sep 17 00:00:00 2001 From: Chris Beach Date: Tue, 14 Nov 2017 01:06:18 +0000 Subject: [PATCH] Improve README --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index 575b676..52b5fd7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). * Be sure your site is enforcing https. * Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 * Add your Stripe public and private keys in settings and set the currency to your local value. -* Add the following script to your page header in a custom theme component: `` * Enable the plugin and wait for people to donate money. ## Creating new user accounts @@ -53,34 +52,6 @@ Card numbers in **bold** have beed tested. * **4000 0000 0000 0119** Charge is declined with a processing_error code. * 4242 4242 4242 4241 Charge is declined with an incorrect_number code as the card number fails the Luhn check. -## Markup - -Stripe checkout forms to be added to forum posts using markup: - -#### Example - - [stripe amount=999 image=/img/someImage.png] - Widget - [/stripe] - - -Which renders as: - -
- -
- -Site settings can be used to configure the various fields - ## Warranty This software comes with no warranty of any kind.