Skip to content

Commit

Permalink
chore(configs): [NMI] add wasm changes for prod dashboard (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunna09 authored Jan 29, 2024
1 parent 7d8d68f commit 3fbffdc
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,42 @@ merchant_capabilities=["supports3DS"]
label="apple"

[nmi]
[[nmi.bank_redirect]]
payment_method_type = "ideal"
[[nmi.credit]]
payment_method_type = "Mastercard"
[[nmi.credit]]
payment_method_type = "Visa"
[[nmi.credit]]
payment_method_type = "Interac"
[[nmi.credit]]
payment_method_type = "AmericanExpress"
[[nmi.credit]]
payment_method_type = "JCB"
[[nmi.credit]]
payment_method_type = "DinersClub"
[[nmi.credit]]
payment_method_type = "Discover"
[[nmi.credit]]
payment_method_type = "CartesBancaires"
[[nmi.credit]]
payment_method_type = "UnionPay"
[[nmi.debit]]
payment_method_type = "Mastercard"
[[nmi.debit]]
payment_method_type = "Visa"
[[nmi.debit]]
payment_method_type = "Interac"
[[nmi.debit]]
payment_method_type = "AmericanExpress"
[[nmi.debit]]
payment_method_type = "JCB"
[[nmi.debit]]
payment_method_type = "DinersClub"
[[nmi.debit]]
payment_method_type = "Discover"
[[nmi.debit]]
payment_method_type = "CartesBancaires"
[[nmi.debit]]
payment_method_type = "UnionPay"
[nmi.connector_auth.BodyKey]
api_key="API Key"
key1="Public Key"
Expand Down

0 comments on commit 3fbffdc

Please sign in to comment.