Skip to content

Commit 0598782

Browse files
bsayak03Sayak Bhattacharya
andauthored
fix(wasm): [FISERV] Added GooglePay Payment Method Type (#8832)
Co-authored-by: Sayak Bhattacharya <[email protected]>
1 parent 434e7a7 commit 0598782

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

crates/connector_configs/toml/development.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,6 +2080,8 @@ api_key = "Integration Key"
20802080
payment_method_type = "CartesBancaires"
20812081
[[fiserv.debit]]
20822082
payment_method_type = "UnionPay"
2083+
[[fiserv.wallet]]
2084+
payment_method_type = "google_pay"
20832085
[fiserv.connector_auth.SignatureKey]
20842086
api_key="API Key"
20852087
key1="Merchant ID"

crates/connector_configs/toml/production.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,8 @@ payment_method_type = "Discover"
17111711
payment_method_type = "CartesBancaires"
17121712
[[fiserv.debit]]
17131713
payment_method_type = "UnionPay"
1714+
[[fiserv.wallet]]
1715+
payment_method_type = "google_pay"
17141716
[fiserv.connector_auth.SignatureKey]
17151717
api_key = "API Key"
17161718
key1 = "Merchant ID"

crates/connector_configs/toml/sandbox.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,8 @@ payment_method_type = "Discover"
20582058
payment_method_type = "CartesBancaires"
20592059
[[fiserv.debit]]
20602060
payment_method_type = "UnionPay"
2061+
[[fiserv.wallet]]
2062+
payment_method_type = "google_pay"
20612063
[fiserv.connector_auth.SignatureKey]
20622064
api_key = "API Key"
20632065
key1 = "Merchant ID"

0 commit comments

Comments
 (0)