fix(core): payments - map billing first and last name to card holder name#6791
Merged
likhinbopanna merged 4 commits intomainfrom Dec 10, 2024
Merged
Conversation
…name (cherry picked from commit dc7c02b63f2832bc4e85c789f093876c3db5ae8e)
Changed Files
|
jarnura
previously approved these changes
Dec 10, 2024
ThisIsMani
reviewed
Dec 10, 2024
Contributor
ThisIsMani
left a comment
There was a problem hiding this comment.
Dashboard specific changes looks fine.
ThisIsMani
previously approved these changes
Dec 10, 2024
prajjwalkumar17
previously approved these changes
Dec 10, 2024
14 tasks
2 tasks
6c6d478
prajjwalkumar17
approved these changes
Dec 10, 2024
ThisIsMani
approved these changes
Dec 10, 2024
jarnura
approved these changes
Dec 10, 2024
Contributor
|
@kashif-m Can you make the for the other connectors also ? |
likhinbopanna
approved these changes
Dec 10, 2024
kashif-m
added a commit
that referenced
this pull request
Dec 12, 2024
…name (#6791) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
14 tasks
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.
Type of Change
Description
This PR contains below changes
Additional Changes
Motivation and Context
This helps in preserving the card holder name being persisted in HyperSwitch systems. And also helps populate card holder name from billing details.
How did you test it?
Things to validate
1. Do not pass card_holder_name but pass billing's first and last name
cURL
Response
2. Pass card nickname, and ensure it's not populated in card holder's name
cURL
Response
Cypress test cases - Stripe

Checklist
cargo +nightly fmt --allcargo clippy