Add exp_month and exp_year to the fake card to fix the tests.

This commit is contained in:
Jake Moshenko 2014-05-28 14:06:37 -04:00
parent a1baba9fac
commit 22cc7a85d4

View file

@ -142,6 +142,8 @@ class FakeStripe(object):
'name': 'Joe User',
'type': 'Visa',
'last4': '4242',
'exp_month': 5,
'exp_year': 2016,
})
FAKE_CARD_LIST = AttrDict({