Skip to content

Commit ad2ba5d

Browse files
authored
Merge pull request #21 from basta-stripe/patch-1
`options` should default to an empty object (fixes #20)
2 parents 42b0816 + 07686c2 commit ad2ba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/stripe-element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default Component.extend({
77

88
autofocus: false,
99
error: null,
10-
options: [],
10+
options: {},
1111
stripeElement: null,
1212
type: null, // Set in components that extend from `stripe-element`
1313

0 commit comments

Comments
 (0)