diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml index ab2ebb4725a..080104fa06b 100644 --- a/crates/connector_configs/toml/development.toml +++ b/crates/connector_configs/toml/development.toml @@ -2008,6 +2008,8 @@ api_key = "Integration Key" payment_method_type = "CartesBancaires" [[fiserv.debit]] payment_method_type = "UnionPay" +[[fiserv.wallet]] + payment_method_type = "google_pay" [fiserv.connector_auth.SignatureKey] api_key="API Key" key1="Merchant ID" diff --git a/crates/connector_configs/toml/production.toml b/crates/connector_configs/toml/production.toml index 0b378a05718..639d7a7c4f9 100644 --- a/crates/connector_configs/toml/production.toml +++ b/crates/connector_configs/toml/production.toml @@ -1639,6 +1639,8 @@ payment_method_type = "Discover" payment_method_type = "CartesBancaires" [[fiserv.debit]] payment_method_type = "UnionPay" +[[fiserv.wallet]] + payment_method_type = "google_pay" [fiserv.connector_auth.SignatureKey] api_key = "API Key" key1 = "Merchant ID" diff --git a/crates/connector_configs/toml/sandbox.toml b/crates/connector_configs/toml/sandbox.toml index 957e966e1fb..b1055a75ee8 100644 --- a/crates/connector_configs/toml/sandbox.toml +++ b/crates/connector_configs/toml/sandbox.toml @@ -1986,6 +1986,8 @@ payment_method_type = "Discover" payment_method_type = "CartesBancaires" [[fiserv.debit]] payment_method_type = "UnionPay" +[[fiserv.wallet]] + payment_method_type = "google_pay" [fiserv.connector_auth.SignatureKey] api_key = "API Key" key1 = "Merchant ID"