Skip to content

Commit ab9f5b0

Browse files
Anurag SinghAnurag Singh
authored andcommitted
fix(config): add source verification key for imerchantsolutions
1 parent 796348c commit ab9f5b0

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

crates/connector_configs/toml/development.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8377,6 +8377,8 @@ merchant_secret="Trustly's public key"
83778377
[imerchantsolutions]
83788378
[imerchantsolutions.connector_auth.HeaderKey]
83798379
api_key = "API Key"
8380+
[imerchantsolutions.connector_webhook_details]
8381+
merchant_secret="Source verification key"
83808382
[[imerchantsolutions.credit]]
83818383
payment_method_type = "Mastercard"
83828384
[[imerchantsolutions.credit]]

crates/connector_configs/toml/production.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7433,6 +7433,8 @@ merchant_secret="Trustly's public key"
74337433
[imerchantsolutions]
74347434
[imerchantsolutions.connector_auth.HeaderKey]
74357435
api_key = "API Key"
7436+
[imerchantsolutions.connector_webhook_details]
7437+
merchant_secret="Source verification key"
74367438
[[imerchantsolutions.credit]]
74377439
payment_method_type = "Mastercard"
74387440
[[imerchantsolutions.credit]]

crates/connector_configs/toml/sandbox.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8350,6 +8350,8 @@ merchant_secret="Trustly's public key"
83508350
[imerchantsolutions]
83518351
[imerchantsolutions.connector_auth.HeaderKey]
83528352
api_key = "API Key"
8353+
[imerchantsolutions.connector_webhook_details]
8354+
merchant_secret="Source verification key"
83538355
[[imerchantsolutions.credit]]
83548356
payment_method_type = "Mastercard"
83558357
[[imerchantsolutions.credit]]

0 commit comments

Comments
 (0)