Skip to content

Commit ac4af69

Browse files
feat(wasm): google pay decryption flow changes (#7616)
1 parent 55d27ce commit ac4af69

File tree

4 files changed

+2217
-12
lines changed

4 files changed

+2217
-12
lines changed

Diff for: crates/connector_configs/src/connector.rs

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ pub struct ConfigMetadata {
126126
pub struct ConnectorWalletDetailsConfig {
127127
pub samsung_pay: Option<Vec<InputData>>,
128128
pub paze: Option<Vec<InputData>>,
129+
pub google_pay: Option<Vec<InputData>>,
129130
}
130131

131132
#[serde_with::skip_serializing_none]

0 commit comments

Comments
 (0)