diff --git a/assets/javascripts/discourse/templates/user/payments.hbs b/assets/javascripts/discourse/templates/user/payments.hbs index 582ce4a..ce01d90 100644 --- a/assets/javascripts/discourse/templates/user/payments.hbs +++ b/assets/javascripts/discourse/templates/user/payments.hbs @@ -1,6 +1,4 @@ -{{siteSettings.discourse_donations_secret_key}} - {{#d-section pageClass="user-donations" class="user-content user-donations"}}
diff --git a/plugin.rb b/plugin.rb index 97a27f9..93de9ce 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,6 @@ # name: discourse-donations # about: Integrating Discourse with Stripe for donations -# version: 1.6.3 +# version: 1.6.4 # url: https://github.com/choiceaustralia/discourse-donations # authors: Rimian Perkins