mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore(configs): [Volt] Add configs for wasm for production (#3406)
This commit is contained in:
@ -1782,6 +1782,17 @@ api_secret="Developer Id"
|
|||||||
[tsys.connector_webhook_details]
|
[tsys.connector_webhook_details]
|
||||||
merchant_secret="Source verification key"
|
merchant_secret="Source verification key"
|
||||||
|
|
||||||
|
[volt]
|
||||||
|
[[volt.bank_redirect]]
|
||||||
|
payment_method_type = "open_banking_uk"
|
||||||
|
[volt.connector_auth.MultiAuthKey]
|
||||||
|
api_key = "Username"
|
||||||
|
api_secret = "Password"
|
||||||
|
key1 = "Client ID"
|
||||||
|
key2 = "Client Secret"
|
||||||
|
[volt.connector_webhook_details]
|
||||||
|
merchant_secret="Source verification key"
|
||||||
|
|
||||||
[zen]
|
[zen]
|
||||||
[[zen.credit]]
|
[[zen.credit]]
|
||||||
payment_method_type = "Mastercard"
|
payment_method_type = "Mastercard"
|
||||||
|
|||||||
Reference in New Issue
Block a user