Merge branch 'master' into staging
This commit is contained in:
commit
c9641a4657
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
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
|
## Configuration
|
||||||
|
|
||||||
Visit `/admin/plugins` and configure your private and public keys.
|
Visit `/admin/plugins` and configure your private and public keys.
|
||||||
|
|
|
@ -4,5 +4,4 @@ en:
|
||||||
title: Spenden
|
title: Spenden
|
||||||
amount: Betrag
|
amount: Betrag
|
||||||
card: Kreditkarte oder Bankkarte
|
card: Kreditkarte oder Bankkarte
|
||||||
success: Bezahlung erfolgreich !
|
|
||||||
submit: Spende bezahlen
|
submit: Spende bezahlen
|
||||||
|
|
|
@ -4,5 +4,4 @@ en:
|
||||||
title: Donate
|
title: Donate
|
||||||
amount: Amount
|
amount: Amount
|
||||||
card: Credit or debit card
|
card: Credit or debit card
|
||||||
success: Payment Successful!
|
|
||||||
submit: Make Payment
|
submit: Make Payment
|
||||||
|
|
Loading…
Reference in New Issue