credit card expired

fixes #164

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2019-02-27 09:53:44 -07:00
parent b9792c94c8
commit c7a5711ed9
No known key found for this signature in database
GPG key ID: 3B9A89CAE5009078

View file

@ -60,7 +60,7 @@ def checkout(l):
'country': 'United States',
'credit_card_number': '4432-8015-6152-0454',
'credit_card_expiration_month': '1',
'credit_card_expiration_year': '2019',
'credit_card_expiration_year': '2039',
'credit_card_cvv': '672',
})