feat(core): Add support for updating metadata after payment has been authorized#7776
Merged
likhinbopanna merged 15 commits intomainfrom Apr 15, 2025
Merged
feat(core): Add support for updating metadata after payment has been authorized#7776likhinbopanna merged 15 commits intomainfrom
likhinbopanna merged 15 commits intomainfrom
Conversation
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
tsdk02
previously approved these changes
Apr 11, 2025
tsdk02
previously approved these changes
Apr 11, 2025
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
crates/router/src/core/payments/operations/payment_update_metadata.rs
Outdated
Show resolved
Hide resolved
sai-harsha-vardhan
previously approved these changes
Apr 14, 2025
sai-harsha-vardhan
approved these changes
Apr 14, 2025
SanchithHegde
approved these changes
Apr 14, 2025
| #[serde(rename_all = "snake_case")] | ||
| #[strum(serialize_all = "snake_case")] | ||
| pub enum SessionUpdateStatus { | ||
| pub enum PaymentResourceUpdateStatus { |
Member
There was a problem hiding this comment.
Nit: This type can derive Copy.
tsdk02
approved these changes
Apr 14, 2025
deepanshu-iiitu
approved these changes
Apr 15, 2025
swangi-kumari
added a commit
that referenced
this pull request
Apr 15, 2025
…authorized (#7776) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
14 tasks
pixincreate
added a commit
that referenced
this pull request
Apr 15, 2025
…acilitapay-pix-pmt * 'main' of github.com:juspay/hyperswitch: feat(docker): add webhook notifiers for installation tracking (#7653) refactor(customer): refactor customer db with storage utils and move trait to domain_models and impl to storage_model (#7538) feat(core): Add support for updating metadata after payment has been authorized (#7776) chore(version): 2025.04.14.0 fix: script for one click docker setup (#7762) fix(payment_link): add validation for return_url during payment link creation (#7802) chore: address Rust 1.86.0 clippy lints (#7735) fix(connector): Add network error message support for payment connectors (#7760) feat(webhook): add filter by event class and type (#7275) ci(cypress): verify if card fields are populated on updating card info (#7743) chore(version): 2025.04.11.0
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
Additional Changes
Motivation and Context
How did you test it?
Response
MetaData in DB after confirm call
Response
Metadata in DB after UpdateMetadata call

order_idChecklist
cargo +nightly fmt --allcargo clippy