From 22cc7a85d4a73cfff636353efb0952bdb3a816af Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Wed, 28 May 2014 14:06:37 -0400 Subject: [PATCH] Add exp_month and exp_year to the fake card to fix the tests. --- data/billing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/billing.py b/data/billing.py index 723760210..220dfe999 100644 --- a/data/billing.py +++ b/data/billing.py @@ -142,6 +142,8 @@ class FakeStripe(object): 'name': 'Joe User', 'type': 'Visa', 'last4': '4242', + 'exp_month': 5, + 'exp_year': 2016, }) FAKE_CARD_LIST = AttrDict({