settings for public and private key

This commit is contained in:
Rimian Perkins 2017-02-27 13:45:26 +11:00
parent 65317324f2
commit a84de2c876
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,6 @@
{{siteSettings.discourse_donations_secret_key}}
{{#d-section pageClass="user-donations" class="user-content user-donations"}}
<div class="user-table">
<div class="wrapper">

View File

@ -6,3 +6,5 @@ en:
card: Kreditkarte oder Bankkarte
success: Bezahlung erfolgreich !
submit: Spende bezahlen
secret_key: Secret Key
public_key: Public Key

View File

@ -6,3 +6,5 @@ en:
card: Credit or debit card
success: Payment Successful!
submit: Make Payment
secret_key: Secret Key
public_key: Public Key

View File

@ -2,3 +2,9 @@ plugins:
discourse_donations_enabled:
default: true
client: true
discourse_donations_secret_key:
type: text
client: true
discourse_donations_public_key:
type: text
client: true