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

Dont split name when storing Stripe address from Webhook #2147

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

alecritson
Copy link
Collaborator

Currently when storing the address that comes back from Stripe, we are trying to split the name and populating the result in the first/last name columns. This creates issues when the name Stripe returns contains more than just the first and last name.

Therefore it would be more benefical to just simple store the name in the first_name column to prevent any loss of data since there shouldn't be any side effects of doing this.

@alecritson alecritson requested a review from glennjacobs March 25, 2025 13:07
Copy link

vercel bot commented Mar 25, 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 Mar 25, 2025 1:17pm

@alecritson alecritson merged commit 15e9fff into 1.x Mar 25, 2025
33 checks passed
@alecritson alecritson deleted the hotfix-fix-stripe-address-saving branch March 25, 2025 13:37
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