diff --git a/crates/router/src/types.rs b/crates/router/src/types.rs index dcba9145e9ad..cebbe273fdf4 100644 --- a/crates/router/src/types.rs +++ b/crates/router/src/types.rs @@ -420,6 +420,7 @@ pub struct PaymentsCaptureData { pub connector_meta: Option, pub browser_info: Option, pub metadata: Option, + // This metadata is used to store the metadata shared during the payment intent request. } #[derive(Debug, Clone, Default)] @@ -535,6 +536,7 @@ pub struct PaymentsCancelData { pub connector_meta: Option, pub browser_info: Option, pub metadata: Option, + // This metadata is used to store the metadata shared during the payment intent request. } #[derive(Debug, Default, Clone)]