Skip to content

Commit bdb71fb

Browse files
committed
remove invalid field from token creation call
1 parent 4d3db09 commit bdb71fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/tokens.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ vows.describe("Tokens API").addBatch({
2222
exp_month: 1,
2323
exp_year: 2021,
2424
name: "J. Ester"
25-
},
26-
amount: 77
25+
}
2726
}, this.callback);
2827
},
2928
'Got card token': function(err, token) {

0 commit comments

Comments
 (0)