Skip to content

Commit

Permalink
Merge pull request #748 from recurly/rjs-brand-picker
Browse files Browse the repository at this point in the history
Rjs brand picker
  • Loading branch information
douglaslise authored Sep 16, 2022
2 parents a266296 + febae3e commit 597e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Elements extends Emitter {
CardCvvElement = cardCvvElementFactory;

static VALID_SETS = [
[ CardElement ],
[ CardElement, CardBrandElement ],
[ CardNumberElement, CardBrandElement, CardMonthElement, CardYearElement, CardCvvElement ]
];

Expand Down

0 comments on commit 597e66d

Please sign in to comment.