Skip to content

Commit

Permalink
remove invalid field from token creation call
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 18, 2012
1 parent 4d3db09 commit bdb71fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ vows.describe("Tokens API").addBatch({
exp_month: 1,
exp_year: 2021,
name: "J. Ester"
},
amount: 77
}
}, this.callback);
},
'Got card token': function(err, token) {
Expand Down

0 comments on commit bdb71fb

Please sign in to comment.