Skip to content

Commit

Permalink
feat(euclid_wasm): config changes for NMI (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak authored Jan 11, 2024
1 parent 9eaebe8 commit ed07c5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,8 +1246,9 @@ label="apple"
payment_method_type = "apple_pay"
[[nmi.wallet]]
payment_method_type = "google_pay"
[nmi.connector_auth.HeaderKey]
[nmi.connector_auth.BodyKey]
api_key="API Key"
key1="Public Key"
[nmi.connector_webhook_details]
merchant_secret="Source verification key"

Expand Down
7 changes: 3 additions & 4 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,9 @@ label="apple"
[nmi]
[[nmi.bank_redirect]]
payment_method_type = "ideal"
[nmi.connector_auth.SignatureKey]
api_key="Client ID"
key1="Airline ID"
api_secret="Client Secret"
[nmi.connector_auth.BodyKey]
api_key="API Key"
key1="Public Key"
[nmi.connector_webhook_details]
merchant_secret="Source verification key"

Expand Down
3 changes: 2 additions & 1 deletion crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,9 @@ label="apple"
payment_method_type = "apple_pay"
[[nmi.wallet]]
payment_method_type = "google_pay"
[nmi.connector_auth.HeaderKey]
[nmi.connector_auth.BodyKey]
api_key="API Key"
key1="Public Key"
[nmi.connector_webhook_details]
merchant_secret="Source verification key"

Expand Down

0 comments on commit ed07c5b

Please sign in to comment.