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

Fetch using stripe intent model before using cart meta #2081

Merged

Conversation

alecritson
Copy link
Collaborator

Currently, when we don't have an order id stored on the payment intent model, we then attempt to fetch the intent using the Cart's meta data. This is too brittle and since we have a StripePaymentIntent model, which is linked to a cart, we should check that first.

Copy link

vercel bot commented Jan 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lunar-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 3:44pm

@alecritson alecritson merged commit 11261a9 into 1.x Jan 24, 2025
24 checks passed
@alecritson alecritson deleted the lun-255-stripe-package-doesnt-consider-stored-intents-when branch January 24, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants