Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Sep 15, 2023
2 parents e70b2b0 + da9fcab commit 0d0f36b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@
"contributions": [
"code"
]
},
{
"login": "milindgoel15",
"name": "Milind Goel",
"avatar_url": "https://avatars.githubusercontent.com/u/45682747?v=4",
"profile": "https://milindgoel.vercel.app/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use-shopping-cart
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![NPM](https://img.shields.io/npm/v/use-shopping-cart.svg?style=flat-square)](https://www.npmjs.com/package/use-shopping-cart)
Expand Down Expand Up @@ -69,6 +69,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">πŸ“–</a> <a href="#content-lmac-1" title="Content">πŸ–‹</a> <a href="#example-lmac-1" title="Examples">πŸ’‘</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brendanmorrell"><img src="https://avatars.githubusercontent.com/u/14864397?v=4?s=100" width="100px;" alt="brendanmorrell"/><br /><sub><b>brendanmorrell</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=brendanmorrell" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.floorz.at/"><img src="https://avatars.githubusercontent.com/u/987947?v=4?s=100" width="100px;" alt="Tom"/><br /><sub><b>Tom</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=ciruz" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://milindgoel.vercel.app/"><img src="https://avatars.githubusercontent.com/u/45682747?v=4?s=100" width="100px;" alt="Milind Goel"/><br /><sub><b>Milind Goel</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=milindgoel15" title="Documentation">πŸ“–</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/usage/actions/redirectToCheckout().mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To send the buyer to Stripe's Checkout experience, use `redirectToCheckout`
(the preferred way) or refer to products in your Stripe dashboard to fulfill purchases.

With use-shopping-cart's `redirectToCheckout`, you don't need to pass anything more than the sessionId you get
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.

This is how you'd use `redirectToCheckout()` with a serverless function:

Expand Down
1 change: 1 addition & 0 deletions docs/docs/welcome/contributors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="http://github.com/lmac-1"><img src="https://avatars.githubusercontent.com/u/64803272?v=4?s=100" width="100px;" alt="Lucy Macartney"/><br /><sub><b>Lucy Macartney</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=lmac-1" title="Documentation">πŸ“–</a> <a href="#content-lmac-1" title="Content">πŸ–‹</a> <a href="#example-lmac-1" title="Examples">πŸ’‘</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brendanmorrell"><img src="https://avatars.githubusercontent.com/u/14864397?v=4?s=100" width="100px;" alt="brendanmorrell"/><br /><sub><b>brendanmorrell</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=brendanmorrell" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.floorz.at/"><img src="https://avatars.githubusercontent.com/u/987947?v=4?s=100" width="100px;" alt="Tom"/><br /><sub><b>Tom</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=ciruz" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://milindgoel.vercel.app/"><img src="https://avatars.githubusercontent.com/u/45682747?v=4?s=100" width="100px;" alt="Milind Goel"/><br /><sub><b>Milind Goel</b></sub></a><br /><a href="https://github.com/dayhaysoos/use-shopping-cart/commits?author=milindgoel15" title="Documentation">πŸ“–</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 0d0f36b

Please sign in to comment.