credit card expired (#167)
fixes #164 Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
b9792c94c8
commit
458bf50b95
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue