From 0277cb10b0530ba7f8ffd9f07fe484e82fcba70c Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 6 Mar 2017 13:09:28 +1100 Subject: [PATCH 1/2] install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 389dffd..dd02126 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). +## Installation + +* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 +* Set the private and public keys in the plugin settings. + ## Configuration Visit `/admin/plugins` and configure your private and public keys. From 0723ce8315959cff64c4ecd2628505ee70d7e6b6 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 6 Mar 2017 13:12:46 +1100 Subject: [PATCH 2/2] rm success message as it comes from stripe.js --- config/locales/client.de.yml | 1 - config/locales/client.en.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 79ea61b..4a65378 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -4,5 +4,4 @@ en: title: Spenden amount: Betrag card: Kreditkarte oder Bankkarte - success: Bezahlung erfolgreich ! submit: Spende bezahlen diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 23708ec..4d3bdf9 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4,5 +4,4 @@ en: title: Donate amount: Amount card: Credit or debit card - success: Payment Successful! submit: Make Payment