adopted-ember-addons / ember-stripe-elements

A simple Ember wrapper for Stripe Elements
https://ember-stripe-elements.netlify.com
MIT License
19 stars 23 forks source link

uncaught TypeError: _this.change.apply is not a function #6

Closed patrick-emmanuel closed 2 years ago

patrick-emmanuel commented 4 years ago

I also switched to "develop" branch for SCA and I think there is an error in addon/components/stripe-element.js, line 86: this.change(stripeElement, ...args); when I use it I get the error: "uncaught TypeError: _this.change.apply is not a function" Should it be called like the others this._invokeAction('change', stripeElement, ...args) ?

See full thread here: https://github.com/code-corps/ember-stripe-elements/issues/65