Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #79 from dng-stripe/patch-1
Browse files Browse the repository at this point in the history
Use regulatory test card number for testing authentication
  • Loading branch information
adreyfus-stripe authored Jul 31, 2019
2 parents 441749a + 6826cbe commit 06a5da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ <h1>Order Summary</h1>
<td class="card-number">4242<span></span>4242<span></span>4242<span></span>4242</td>
</tr>
<tr>
<td><a href="https://stripe.com/guides/strong-customer-authentication" target="_blank">3D Secure auth</a> required:</td>
<td class="card-number">4000<span></span>0000<span></span>0000<span></span>3063</td>
<td><a href="https://stripe.com/guides/strong-customer-authentication" target="_blank">Authentication</a> required:</td>
<td class="card-number">4000<span></span>0027<span></span>6000<span></span>3184</td>
</tr>
</table>
<p class="note">
Expand All @@ -253,4 +253,4 @@ <h1>Order Summary</h1>
<script src="/javascripts/payments.js"></script>
</body>

</html>
</html>

0 comments on commit 06a5da7

Please sign in to comment.