feat(connector-configs): [Cashtocode] add CNY currency for evoucher (#4578)

This commit is contained in:
Swangi Kumari
2024-05-08 12:54:37 +05:30
committed by GitHub
parent 625b53182e
commit c47cac8157
3 changed files with 24 additions and 0 deletions

View File

@ -712,6 +712,14 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.classic]
password_classic="Password Classic"
username_classic="Username Classic"
merchant_id_classic="MerchantId Classic"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.evoucher]
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"

View File

@ -589,6 +589,14 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.classic]
password_classic="Password Classic"
username_classic="Username Classic"
merchant_id_classic="MerchantId Classic"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.evoucher]
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"

View File

@ -712,6 +712,14 @@ merchant_id_classic="MerchantId Classic"
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.classic]
password_classic="Password Classic"
username_classic="Username Classic"
merchant_id_classic="MerchantId Classic"
[cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.evoucher]
password_evoucher="Password Evoucher"
username_evoucher="Username Evoucher"
merchant_id_evoucher="MerchantId Evoucher"
[cashtocode.connector_webhook_details]
merchant_secret="Source verification key"