Skip to content

Commit 0d0f36b

Browse files
committed
2 parents e70b2b0 + da9fcab commit 0d0f36b

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,15 @@
207207
"contributions": [
208208
"code"
209209
]
210+
},
211+
{
212+
"login": "milindgoel15",
213+
"name": "Milind Goel",
214+
"avatar_url": "https://avatars.githubusercontent.com/u/45682747?v=4",
215+
"profile": "https://milindgoel.vercel.app/",
216+
"contributions": [
217+
"doc"
218+
]
210219
}
211220
],
212221
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use-shopping-cart
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
[![NPM](https://img.shields.io/npm/v/use-shopping-cart.svg?style=flat-square)](https://www.npmjs.com/package/use-shopping-cart)
@@ -69,6 +69,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6969
<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>
7070
<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>
7171
<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>
72+
<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>
7273
</tr>
7374
</tbody>
7475
</table>

docs/docs/usage/actions/redirectToCheckout().mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To send the buyer to Stripe's Checkout experience, use `redirectToCheckout`
99
(the preferred way) or refer to products in your Stripe dashboard to fulfill purchases.
1010

1111
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.
12+
from Stripe because all of the config is handled in the [CartProvider](docs/usage/components/cart-provider) props.
1313

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

docs/docs/welcome/contributors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
3535
<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>
3636
<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>
3737
<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>
38+
<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>
3839
</tr>
3940
</tbody>
4041
</table>

0 commit comments

Comments
 (0)