Skip to content

Commit

Permalink
added wasm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
awasthi21 committed Sep 12, 2024
1 parent 06d2970 commit 62e6c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/connector_configs/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ pub struct ConnectorTomlConfig {
pub gift_card: Option<Vec<Provider>>,
pub card_redirect: Option<Vec<Provider>>,
pub is_verifiable: Option<bool>,
pub real_time_payment: Option<Vec<Provider>>,
}
#[serde_with::skip_serializing_none]
#[derive(Debug, Deserialize, serde::Serialize, Clone)]
Expand Down

0 comments on commit 62e6c00

Please # to comment.