-
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
feat(core): Add payments update-intent API for v2 #6490
Merged
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
hyperswitch-bot
bot
added
M-database-changes
Metadata: This PR involves database schema changes
M-api-contract-changes
Metadata: This PR involves API contract changes
labels
Nov 6, 2024
hyperswitch-bot
bot
removed
M-database-changes
Metadata: This PR involves database schema changes
M-api-contract-changes
Metadata: This PR involves API contract changes
labels
Nov 6, 2024
AnuthaDev
force-pushed
the
update-intent-v2
branch
from
November 6, 2024 09:33
e4d55e5
to
fdebe64
Compare
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Nov 6, 2024
AnuthaDev
force-pushed
the
update-intent-v2
branch
2 times, most recently
from
November 6, 2024 11:25
923688d
to
5465965
Compare
AnuthaDev
added
the
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
label
Nov 7, 2024
AnuthaDev
commented
Nov 7, 2024
crates/hyperswitch_domain_models/src/payments/payment_intent.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_intent.rs
Outdated
Show resolved
Hide resolved
AnuthaDev
requested review from
jarnura,
SanchithHegde,
Narayanbhat166 and
sai-harsha-vardhan
November 7, 2024 08:49
AnuthaDev
commented
Nov 7, 2024
jarnura
requested changes
Nov 8, 2024
jarnura
requested changes
Nov 8, 2024
jarnura
requested changes
Nov 11, 2024
crates/router/src/core/payments/operations/payment_update_intent.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_intent.rs
Outdated
Show resolved
Hide resolved
jarnura
requested changes
Nov 11, 2024
crates/hyperswitch_domain_models/src/payments/payment_intent.rs
Outdated
Show resolved
Hide resolved
AnuthaDev
force-pushed
the
update-intent-v2
branch
from
December 4, 2024 10:14
ef94b5f
to
9508ce9
Compare
crates/hyperswitch_domain_models/src/payments/payment_intent.rs
Outdated
Show resolved
Hide resolved
Narayanbhat166
previously approved these changes
Dec 4, 2024
jarnura
previously approved these changes
Dec 4, 2024
SanchithHegde
previously approved these changes
Dec 4, 2024
AnuthaDev
dismissed stale reviews from SanchithHegde, jarnura, and Narayanbhat166
via
December 5, 2024 08:14
c118078
SanchithHegde
previously approved these changes
Dec 5, 2024
Narayanbhat166
previously approved these changes
Dec 5, 2024
AnuthaDev
removed
the
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
label
Dec 5, 2024
AnuthaDev
dismissed stale reviews from Narayanbhat166 and SanchithHegde
via
December 6, 2024 10:06
cb0a55b
Narayanbhat166
approved these changes
Dec 6, 2024
SanchithHegde
approved these changes
Dec 6, 2024
kashif-m
pushed a commit
that referenced
this pull request
Dec 12, 2024
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
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
Added
update-intent
API for paymentsAdditional Changes
Motivation and Context
How did you test it?
2a. Update Intent Request
2b. Update Intent Response
Checklist
cargo +nightly fmt --all
cargo clippy