We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e8fac commit e707814Copy full SHA for e707814
addon/components/stripe-element.js
@@ -75,6 +75,8 @@ export default Component.extend({
75
76
if (complete === true) {
77
this.sendAction('complete', stripeElement);
78
+ }else if(error) {
79
+ this.sendAction('error', error);
80
}
81
});
82
0 commit comments