Skip to content

Commit 6e8ec95

Browse files
chore: Resolve Pr Comments
1 parent 10a85d4 commit 6e8ec95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/router/src/types.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ pub struct PaymentsCaptureData {
429429
pub connector_meta: Option<serde_json::Value>,
430430
pub browser_info: Option<BrowserInformation>,
431431
pub metadata: Option<pii::SecretSerdeValue>,
432+
// This metadata is used to store the metadata shared during the payment intent request.
432433
}
433434

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

549551
#[derive(Debug, Default, Clone)]

0 commit comments

Comments
 (0)