Uh oh!
There was an error while loading. Please reload this page.
feat(clerk-js): Add payment source tab to UserProfile - #5492
Conversation
🦋 Changeset detectedLatest commit: 23002d1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <AddPaymentSourceForm | ||
| submitButtonText={submitButtonText} | ||
| onSuccess={onSuccess} | ||
| onExpand={onExpand} | ||
| cancelAction={cancelAction} | ||
| cancelButtonText={cancelButtonText} | ||
| /> |
There was a problem hiding this comment.
I'm not super familiar with this either – seems to make sense that we figure out how to hide this in both payment sources and checkout, since we're "saving the info" regardless...
alexcarpenter
left a comment
There was a problem hiding this comment.
Update looking good, just a question about the addition of the payment sources theme.
Uh oh!
There was an error while loading. Please reload this page.

Description
Adds the payment sources tab to the Billing section of
UserProfile, allowing for the removing and adding of payment sources.Also extracts out the Stripe Elements into a reusable
AddPaymentSourcecomponent that is used both here and now within theCheckoutflow.https://linear.app/clerk/issue/COM-183/build-out-payment-sources-tab-within-userprofile
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change