Add exp_month and exp_year to the fake card to fix the tests.
This commit is contained in:
parent
a1baba9fac
commit
22cc7a85d4
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ class FakeStripe(object):
|
||||||
'name': 'Joe User',
|
'name': 'Joe User',
|
||||||
'type': 'Visa',
|
'type': 'Visa',
|
||||||
'last4': '4242',
|
'last4': '4242',
|
||||||
|
'exp_month': 5,
|
||||||
|
'exp_year': 2016,
|
||||||
})
|
})
|
||||||
|
|
||||||
FAKE_CARD_LIST = AttrDict({
|
FAKE_CARD_LIST = AttrDict({
|
||||||
|
|
Reference in a new issue