6.x#371
Draft
lukeholder wants to merge 11 commits into
Draft
Conversation
Add null checks for latest_invoice and payment_intent data in getBillingIssueDescription, getHasBillingIssues, getBillingIssueResolveFormHtml, and getExpandedSubscriptionData to prevent errors when subscriptions have no payment intent.
Add the order description from metadata directly to the PaymentIntent so it appears in Stripe dashboard instead of defaulting to the pi_* ID.
Prevent errors when trial_end or trial_start are null in subscription response data.
When the first payment source is added via webhook and auto-set as primary in Commerce, also set it as the default payment method in Stripe to keep them in sync.
Treat payment intents with verify_with_microdeposits next_action (e.g. ACH payments) as processing instead of failed. Also handle the payment_intent.requires_action webhook to update transaction status.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Long running PR for Stripe for Commerce 6.x
2022-11-15to2026-01-28.clover.