Skip to content

Commit

Permalink
Fix documentation error for checkout session mode (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarlr committed Apr 16, 2023
1 parent f3bd473 commit 00aefc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/usage/components/CartProvider.mdx
Expand Up @@ -21,7 +21,6 @@ const stripeKey = process.env.YOUR_STRIPE_PUBLIC_KEY

ReactDOM.render(
<CartProvider
mode="payment"
cartMode="checkout-session"
stripe={stripeKey}
currency="USD"
Expand Down

0 comments on commit 00aefc9

Please sign in to comment.