Skip to content

Commit 5840551

Browse files
authored
fix(connector): [ADYEN] skip serializing none in mandate payments (#10964)
1 parent 1ecacfd commit 5840551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ pub struct BankRedirectionWithIssuer<'a> {
13641364
issuer: Option<&'a str>,
13651365
}
13661366

1367+
#[serde_with::skip_serializing_none]
13671368
#[derive(Debug, Clone, Serialize, Deserialize)]
13681369
#[serde(rename_all = "camelCase")]
13691370
pub struct AdyenMandate {

0 commit comments

Comments
 (0)