-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(core): Refactor customer payment method list for v2 #4856
Merged
Conversation
This file contains 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
Sarthak1799
added
A-core
Area: Core flows
A-payment-methods
Area: Payment Methods
C-refactor
Category: Refactor
labels
Jun 3, 2024
vspecky
requested changes
Jun 10, 2024
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Jun 20, 2024
vspecky
requested changes
Jun 26, 2024
crates/router/src/core/payment_methods/surcharge_decision_configs.rs
Outdated
Show resolved
Hide resolved
hrithikesh026
previously approved these changes
Jun 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hyperswitch-bot
bot
removed
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Jul 1, 2024
jarnura
requested changes
Jul 24, 2024
crates/router/src/core/payment_methods/surcharge_decision_configs.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payment_methods/surcharge_decision_configs.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payment_methods/surcharge_decision_configs.rs
Outdated
Show resolved
Hide resolved
jarnura
previously approved these changes
Jul 28, 2024
14 tasks
14 tasks
jarnura
approved these changes
Aug 5, 2024
vspecky
approved these changes
Aug 6, 2024
ivor11
approved these changes
Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Refactored customer's pml for v2
The customers Payment method list will be moved under two distinct endpoints:
Payment tokens for the listed payment methods would be generated only in case of client calls in a payments context.
Additional Changes
Motivation and Context
How did you test it?
Response -
Response -
Response -
Checklist
cargo +nightly fmt --all
cargo clippy