Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: CartMachine #9

Closed
chrisvdm opened this issue May 25, 2022 · 0 comments · Fixed by #25
Closed

Feature: CartMachine #9

chrisvdm opened this issue May 25, 2022 · 0 comments · Fixed by #25
Labels
enhancement New feature or request important internal label urgent internal label

Comments

@chrisvdm
Copy link
Owner

chrisvdm commented May 25, 2022

Add cart support, maybe linked to stripe paymentIntent (?) and logged in Customer.

Use example-store as example for not logged in users... just needs to be linked to StripeCustomers

api

const [addToCart, removeFromCart, clearCart, updateCartItem ] = useStripeCart()

no ui

@chrisvdm chrisvdm added enhancement New feature or request important internal label urgent internal label labels May 25, 2022
@chrisvdm chrisvdm added this to To do in redwoodjs-stripe May 30, 2022
@chrisvdm chrisvdm moved this from To do to In progress in redwoodjs-stripe Jun 6, 2022
@chrisvdm chrisvdm linked a pull request Jun 9, 2022 that will close this issue
@chrisvdm chrisvdm moved this from In progress to Review in redwoodjs-stripe Jun 9, 2022
redwoodjs-stripe automation moved this from Review to Done Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important internal label urgent internal label
Projects
Development

Successfully merging a pull request may close this issue.

1 participant