Skip to content

Commit

Permalink
chore(config): add merchant_secret config for webhooks for cashtocode…
Browse files Browse the repository at this point in the history
… and volt in wasm dashboard (#3333)
  • Loading branch information
prasunna09 authored Jan 12, 2024
1 parent b53916d commit 57f2cff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"


[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"

Expand Down Expand Up @@ -2085,6 +2083,8 @@ api_key = "Username"
api_secret = "Password"
key1 = "Client ID"
key2 = "Client Secret"
[volt.connector_webhook_details]
merchant_secret="Source verification key"

[worldline]
[[worldline.credit]]
Expand Down
3 changes: 2 additions & 1 deletion crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"

[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"

[cryptopay]
[[cryptopay.crypto]]
Expand Down
4 changes: 4 additions & 0 deletions crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"

[checkout]
[[checkout.credit]]
Expand Down Expand Up @@ -2081,6 +2083,8 @@ api_key = "Username"
api_secret = "Password"
key1 = "Client ID"
key2 = "Client Secret"
[volt.connector_webhook_details]
merchant_secret="Source verification key"

[worldline]
[[worldline.credit]]
Expand Down

0 comments on commit 57f2cff

Please sign in to comment.