Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 84482f8

Browse files
committed
Better test cards link
1 parent 7159f37 commit 84482f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def authenticate!
103103
},
104104
)
105105
# Attach some test cards to the customer for testing convenience.
106-
# See https://stripe.com/docs/payments/3d-secure#three-ds-cards
106+
# See https://stripe.com/docs/testing#cards
107107
['4000000000003220', '4242424242424242'].each { |number|
108108
paymentMethod = Stripe::PaymentMethod.create({
109109
type: 'card',

0 commit comments

Comments
 (0)