We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a85d4 commit 6e8ec95Copy full SHA for 6e8ec95
crates/router/src/types.rs
@@ -429,6 +429,7 @@ pub struct PaymentsCaptureData {
429
pub connector_meta: Option<serde_json::Value>,
430
pub browser_info: Option<BrowserInformation>,
431
pub metadata: Option<pii::SecretSerdeValue>,
432
+ // This metadata is used to store the metadata shared during the payment intent request.
433
}
434
435
#[derive(Debug, Clone, Default)]
@@ -544,6 +545,7 @@ pub struct PaymentsCancelData {
544
545
546
547
548
549
550
551
#[derive(Debug, Default, Clone)]
0 commit comments