File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
crates/connector_configs/toml Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2080,6 +2080,8 @@ api_key = "Integration Key"
2080
2080
payment_method_type = " CartesBancaires"
2081
2081
[[fiserv .debit ]]
2082
2082
payment_method_type = " UnionPay"
2083
+ [[fiserv .wallet ]]
2084
+ payment_method_type = " google_pay"
2083
2085
[fiserv .connector_auth .SignatureKey ]
2084
2086
api_key =" API Key"
2085
2087
key1 =" Merchant ID"
Original file line number Diff line number Diff line change @@ -1711,6 +1711,8 @@ payment_method_type = "Discover"
1711
1711
payment_method_type = " CartesBancaires"
1712
1712
[[fiserv .debit ]]
1713
1713
payment_method_type = " UnionPay"
1714
+ [[fiserv .wallet ]]
1715
+ payment_method_type = " google_pay"
1714
1716
[fiserv .connector_auth .SignatureKey ]
1715
1717
api_key = " API Key"
1716
1718
key1 = " Merchant ID"
Original file line number Diff line number Diff line change @@ -2058,6 +2058,8 @@ payment_method_type = "Discover"
2058
2058
payment_method_type = " CartesBancaires"
2059
2059
[[fiserv .debit ]]
2060
2060
payment_method_type = " UnionPay"
2061
+ [[fiserv .wallet ]]
2062
+ payment_method_type = " google_pay"
2061
2063
[fiserv .connector_auth .SignatureKey ]
2062
2064
api_key = " API Key"
2063
2065
key1 = " Merchant ID"
You can’t perform that action at this time.
0 commit comments