Skip to content

Commit

Permalink
Merge pull request #126 from recurly/missing-billing-properties
Browse files Browse the repository at this point in the history
Adds 'phone' and 'vat_number' to list of tokenizable fields
  • Loading branch information
gjohnson committed Jun 9, 2014
2 parents 5abe15a + b2fd22a commit 0fa3b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mixins/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ var fields = [
, 'city'
, 'state'
, 'postal_code'
, 'phone'
, 'vat_number'
, 'token'
];

Expand Down

0 comments on commit 0fa3b8a

Please sign in to comment.