Skip to content

Commit b2284d7

Browse files
feat(wasm): google pay decryption flow changes
1 parent 78562e7 commit b2284d7

File tree

4 files changed

+2217
-12
lines changed

4 files changed

+2217
-12
lines changed

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)