credit card expired (#167)

fixes #164

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2019-02-27 09:54:18 -07:00 committed by GitHub
parent b9792c94c8
commit 458bf50b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',
})