Skip to content

Commit 00aefc9

Browse files
authored
Fix documentation error for checkout session mode (#318)
1 parent f3bd473 commit 00aefc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/docs/usage/components/CartProvider.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const stripeKey = process.env.YOUR_STRIPE_PUBLIC_KEY
2121

2222
ReactDOM.render(
2323
<CartProvider
24-
mode="payment"
2524
cartMode="checkout-session"
2625
stripe={stripeKey}
2726
currency="USD"

0 commit comments

Comments
 (0)