Skip to content

Commit 6b50c83

Browse files
refactor(connector): [Paysafe] fix wasm (#9349)
1 parent ea2fd1d commit 6b50c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/connector_configs/src/connector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub struct ConfigMetadata {
149149
pub proxy_url: Option<InputData>,
150150
pub shop_name: Option<InputData>,
151151
pub merchant_funding_source: Option<InputData>,
152-
pub account_id: Option<String>,
152+
pub account_id: Option<InputData>,
153153
}
154154

155155
#[serde_with::skip_serializing_none]

0 commit comments

Comments
 (0)