code-corps / code-corps/ember-stripe-elements

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

Open
#65 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
64
Forks
39
PR merge metrics
No merged PRs in 30d

Description

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)
?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.