diff --git a/assets/javascripts/discourse/controllers/user-payments.js.es6 b/assets/javascripts/discourse/controllers/user-payments.js.es6 deleted file mode 100644 index f3955c8..0000000 --- a/assets/javascripts/discourse/controllers/user-payments.js.es6 +++ /dev/null @@ -1,18 +0,0 @@ -import { ajax } from 'discourse/lib/ajax'; - -export default Ember.Controller.extend({ - user: Ember.inject.controller(), - username: Ember.computed.alias('user.model.username_lower'), - email: Ember.computed.alias('user.model.email'), - - actions: { - makePayment: function() { - - ajax('/payments', { method: 'POST' }).then(() => { - console.log(this); - }); - - this.set('saved', true); - } - } -}); diff --git a/plugin.rb b/plugin.rb index 40b23c0..cc4579e 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,6 @@ # name: discourse-donations # about: Integrating Discourse with Stripe for donations -# version: 1.9.4 +# version: 1.9.4.1 # url: https://github.com/choiceaustralia/discourse-donations # authors: Rimian Perkins