use-shopping-cart icon indicating copy to clipboard operation
use-shopping-cart copied to clipboard

Shopping cart state and logic for Stripe

Results 45 use-shopping-cart issues
Sort by recently updated
recently updated
newest added

Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) See full diff in compare view Maintainer changes This version was...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

- Updates version - Moves dependencies to peerDeps - Allows for Gatsby v4 support - A few code comment clean ups - Small improvements to the read me.

👋 @dayhaysoos This PR adds a [`funding`](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#funding) field to the `package.json`. With this a user can run `npm fund use-shopping-cart` and be directed to your GitHub Sponsors page. If [`npm...

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Adds code-highlight for netlify functions section the code-snipper does not have code highlighting enabled in [Netlify Functions](https://useshoppingcart.com/docs/getting-started-serverless#netlify-functions)

Hello! **DRAFT - Work in Progress** Feel free to quash this request but I was working on a project recently and I specifically wanted to have an ability open the...

`checkoutSingleItem` is not properly passing the values for `allowedCountries` and `billingAddressCollection` to Stripe. This is my attempt at what I think a fix should be. As stated in my other...

## Overview Not all countries are able to use Stripe, however, users would like to take advantage of the shopping cart state and logic that USC provides. Right now, there...

My website already uses redux persist with the same key as this library is using i.e. `root`. I didn't realize this, until I started to notice that I was loosing...