mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
refactor(connector): [Paysafe] fix wasm (#9349)
This commit is contained in:
@ -149,7 +149,7 @@ pub struct ConfigMetadata {
|
|||||||
pub proxy_url: Option<InputData>,
|
pub proxy_url: Option<InputData>,
|
||||||
pub shop_name: Option<InputData>,
|
pub shop_name: Option<InputData>,
|
||||||
pub merchant_funding_source: Option<InputData>,
|
pub merchant_funding_source: Option<InputData>,
|
||||||
pub account_id: Option<String>,
|
pub account_id: Option<InputData>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[serde_with::skip_serializing_none]
|
#[serde_with::skip_serializing_none]
|
||||||
|
|||||||
Reference in New Issue
Block a user