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