Skip to content

Commit

Permalink
refactor(connector-configs): worldpay - update username / password ma…
Browse files Browse the repository at this point in the history
…pping (#6752)
  • Loading branch information
kashif-m authored Dec 5, 2024
1 parent f3a4a2a commit f27781e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -3543,8 +3543,8 @@ merchant_secret="Source verification key"
[[worldpay.wallet]]
payment_method_type = "apple_pay"
[worldpay.connector_auth.SignatureKey]
api_key="Username"
key1="Password"
key1="Username"
api_key="Password"
api_secret="Merchant Identifier"
[worldpay.connector_webhook_details]
merchant_secret="Source verification key"
Expand Down
4 changes: 2 additions & 2 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2546,8 +2546,8 @@ merchant_secret="Source verification key"
[[worldpay.wallet]]
payment_method_type = "apple_pay"
[worldpay.connector_auth.SignatureKey]
api_key="Username"
key1="Password"
key1="Username"
api_key="Password"
api_secret="Merchant Identifier"
[worldpay.metadata.merchant_name]
name="merchant_name"
Expand Down
4 changes: 2 additions & 2 deletions crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3484,8 +3484,8 @@ merchant_secret="Source verification key"
[[worldpay.wallet]]
payment_method_type = "apple_pay"
[worldpay.connector_auth.SignatureKey]
api_key="Username"
key1="Password"
key1="Username"
api_key="Password"
api_secret="Merchant Identifier"
[worldpay.connector_webhook_details]
merchant_secret="Source verification key"
Expand Down

0 comments on commit f27781e

Please sign in to comment.