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 ea2fd1d commit 6b50c83Copy full SHA for 6b50c83
crates/connector_configs/src/connector.rs
@@ -149,7 +149,7 @@ pub struct ConfigMetadata {
149
pub proxy_url: Option<InputData>,
150
pub shop_name: Option<InputData>,
151
pub merchant_funding_source: Option<InputData>,
152
- pub account_id: Option<String>,
+ pub account_id: Option<InputData>,
153
}
154
155
#[serde_with::skip_serializing_none]
0 commit comments