Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gilv93 committed Dec 13, 2024
1 parent ba3b76f commit a0ee1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/recurly/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ function token (customerData, bus, done) {
city,
country,
postal_code,
state
}
state,
};

if (number && month && year) {
Risk.preflight({ recurly: this, number, month, year, cvv, addressFields })
Expand Down

0 comments on commit a0ee1dc

Please sign in to comment.