From b6a4d5dc8e39247edb562ba2c751cf44bb1c72cf Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 27 Feb 2017 14:26:50 +1100 Subject: [PATCH] whoops forgot test code --- assets/javascripts/discourse/templates/user/payments.hbs | 2 -- plugin.rb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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