From 667f15d716fae8489c28122065db3c35acb3c555 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 20 Mar 2017 13:18:07 +1100 Subject: [PATCH] rm old profile templates and route --- .../discourse/discourse-payments-route-map.js.es6 | 7 ------- .../discourse/templates/user/payments.hbs | 14 -------------- plugin.rb | 2 +- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 assets/javascripts/discourse/templates/user/payments.hbs diff --git a/assets/javascripts/discourse/discourse-payments-route-map.js.es6 b/assets/javascripts/discourse/discourse-payments-route-map.js.es6 index 690c16e..e901c3c 100644 --- a/assets/javascripts/discourse/discourse-payments-route-map.js.es6 +++ b/assets/javascripts/discourse/discourse-payments-route-map.js.es6 @@ -1,10 +1,3 @@ -export default { - resource: 'user', - map() { - this.route('payments'); - } -}; - export default function() { this.route('dd'); }; diff --git a/assets/javascripts/discourse/templates/user/payments.hbs b/assets/javascripts/discourse/templates/user/payments.hbs deleted file mode 100644 index 229f783..0000000 --- a/assets/javascripts/discourse/templates/user/payments.hbs +++ /dev/null @@ -1,14 +0,0 @@ -{{#d-section pageClass="user-donations" class="user-content user-donations"}} -
-
-
- -
-
- {{stripe-card}} -
-
-
-{{/d-section}} diff --git a/plugin.rb b/plugin.rb index 09115b2..4e4bfd6 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,6 @@ # name: discourse-donations # about: Integrating Discourse with Stripe for donations -# version: 1.9.6 +# version: 1.7.0 # url: https://github.com/choiceaustralia/discourse-donations # authors: Rimian Perkins