Fix expiration

This commit is contained in:
Girish Ramakrishnan 2017-01-05 11:01:07 -08:00
parent 68eefe4ceb
commit ebef455fe3
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ AppStore.prototype.setupBilling = function (user, callback) {
card: {
number: '4242424242424242',
exp_month: 12,
exp_year: 2016,
exp_year: 2020,
cvc: '123'
}
}, function (error, token) {