Skip to content

Commit

Permalink
chore: Resolve Pr Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshu-iiitu committed Jan 10, 2024
1 parent 10a85d4 commit 6e8ec95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/router/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ pub struct PaymentsCaptureData {
pub connector_meta: Option<serde_json::Value>,
pub browser_info: Option<BrowserInformation>,
pub metadata: Option<pii::SecretSerdeValue>,
// This metadata is used to store the metadata shared during the payment intent request.
}

#[derive(Debug, Clone, Default)]
Expand Down Expand Up @@ -544,6 +545,7 @@ pub struct PaymentsCancelData {
pub connector_meta: Option<serde_json::Value>,
pub browser_info: Option<BrowserInformation>,
pub metadata: Option<pii::SecretSerdeValue>,
// This metadata is used to store the metadata shared during the payment intent request.
}

#[derive(Debug, Default, Clone)]
Expand Down

0 comments on commit 6e8ec95

Please sign in to comment.