We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0484dad commit b51523bCopy full SHA for b51523b
docs/docs/usage/actions/redirectToCheckout().mdx
@@ -9,7 +9,7 @@ To send the buyer to Stripe's Checkout experience, use `redirectToCheckout`
9
(the preferred way) or refer to products in your Stripe dashboard to fulfill purchases.
10
11
With use-shopping-cart's `redirectToCheckout`, you don't need to pass anything more than the sessionId you get
12
-from Stripe because all of the config is handled in the [CartProvider](docs/usage/cart-provider) props.
+from Stripe because all of the config is handled in the [CartProvider](docs/usage/components/cart-provider) props.
13
14
This is how you'd use `redirectToCheckout()` with a serverless function:
15
0 commit comments