Fix expiration
This commit is contained in:
parent
68eefe4ceb
commit
ebef455fe3
@ -169,7 +169,7 @@ AppStore.prototype.setupBilling = function (user, callback) {
|
|||||||
card: {
|
card: {
|
||||||
number: '4242424242424242',
|
number: '4242424242424242',
|
||||||
exp_month: 12,
|
exp_month: 12,
|
||||||
exp_year: 2016,
|
exp_year: 2020,
|
||||||
cvc: '123'
|
cvc: '123'
|
||||||
}
|
}
|
||||||
}, function (error, token) {
|
}, function (error, token) {
|
||||||
|
Loading…
Reference in New Issue
Block a user