Swapping in a published test credit card number

This commit is contained in:
Justin Mound 2020-09-15 15:19:00 -04:00
parent 18a78e2817
commit d38a0fc6c2
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@
<input type="text" class="form-control" id="credit_card_number" <input type="text" class="form-control" id="credit_card_number"
name="credit_card_number" name="credit_card_number"
placeholder="0000-0000-0000-0000" placeholder="0000-0000-0000-0000"
value="4432-8015-6152-0454" value="4242-4242-4242-4242"
required pattern="\d{4}-\d{4}-\d{4}-\d{4}"> required pattern="\d{4}-\d{4}-\d{4}-\d{4}">
</div> </div>
<div class="col-md-2 mb-3"> <div class="col-md-2 mb-3">

View file

@ -58,7 +58,7 @@ def checkout(l):
'city': 'Mountain View', 'city': 'Mountain View',
'state': 'CA', 'state': 'CA',
'country': 'United States', 'country': 'United States',
'credit_card_number': '4432-8015-6152-0454', 'credit_card_number': '4242-4242-4242-4242',
'credit_card_expiration_month': '1', 'credit_card_expiration_month': '1',
'credit_card_expiration_year': '2039', 'credit_card_expiration_year': '2039',
'credit_card_cvv': '672', 'credit_card_cvv': '672',