diff --git a/lib/recurly/token.js b/lib/recurly/token.js index 545624cf..2f95982d 100644 --- a/lib/recurly/token.js +++ b/lib/recurly/token.js @@ -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 })