Closed dalyathan closed 2 months ago
The pull request introduces updates to the vendure-plugin-accept-blue
and vendure-plugin-stripe-subscription
packages, focusing on enhancing error handling when retrieving payment methods. Notably, version 1.7.1 of the accept-blue
plugin and version 2.5.3 of the stripe-subscription
plugin have been released, both addressing issue #452. These changes aim to prevent hard errors when no valid payment method is available.
File | Change Summary |
---|---|
packages/vendure-plugin-accept-blue/CHANGELOG.md |
Updated changelog for version 1.7.1, highlighting improvements in error handling. |
packages/vendure-plugin-accept-blue/src/api/accept-blue-service.ts |
Enhanced error handling in AcceptBlueService ; modified return types to allow undefined . |
packages/vendure-plugin-stripe-subscription/CHANGELOG.md |
Updated changelog for version 2.5.3, noting improvements in error handling. |
packages/vendure-plugin-stripe-subscription/src/api/stripe-subscription.resolver.ts |
Simplified error handling by removing checks for non-existent payment methods. |
Objective | Addressed | Explanation |
---|---|---|
Ensure optional inclusion of payment methods without hard errors (#452) | ✅ | |
Improve error handling for missing payment methods (#452) | ✅ |
AcceptBlueService
for managing webhooks, which is related to the changes in this PR.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
The changes in this PR implement and close #452
Breaking changes
Does this PR include any breaking changes we should be aware of? NO
Screenshots
You can add screenshots here if applicable.
Checklist
📌 Always:
👍 Most of the time:
📦 For publishable packages:
package.json
CHANGELOG.md
See this example