File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
crates/connector_configs/toml Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,14 @@ merchant_id_classic="MerchantId Classic"
712
712
password_evoucher =" Password Evoucher"
713
713
username_evoucher =" Username Evoucher"
714
714
merchant_id_evoucher =" MerchantId Evoucher"
715
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .classic ]
716
+ password_classic =" Password Classic"
717
+ username_classic =" Username Classic"
718
+ merchant_id_classic =" MerchantId Classic"
719
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .evoucher ]
720
+ password_evoucher =" Password Evoucher"
721
+ username_evoucher =" Username Evoucher"
722
+ merchant_id_evoucher =" MerchantId Evoucher"
715
723
[cashtocode .connector_webhook_details ]
716
724
merchant_secret =" Source verification key"
717
725
Original file line number Diff line number Diff line change @@ -589,6 +589,14 @@ merchant_id_classic="MerchantId Classic"
589
589
password_evoucher =" Password Evoucher"
590
590
username_evoucher =" Username Evoucher"
591
591
merchant_id_evoucher =" MerchantId Evoucher"
592
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .classic ]
593
+ password_classic =" Password Classic"
594
+ username_classic =" Username Classic"
595
+ merchant_id_classic =" MerchantId Classic"
596
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .evoucher ]
597
+ password_evoucher =" Password Evoucher"
598
+ username_evoucher =" Username Evoucher"
599
+ merchant_id_evoucher =" MerchantId Evoucher"
592
600
[cashtocode .connector_webhook_details ]
593
601
merchant_secret =" Source verification key"
594
602
Original file line number Diff line number Diff line change @@ -712,6 +712,14 @@ merchant_id_classic="MerchantId Classic"
712
712
password_evoucher =" Password Evoucher"
713
713
username_evoucher =" Username Evoucher"
714
714
merchant_id_evoucher =" MerchantId Evoucher"
715
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .classic ]
716
+ password_classic =" Password Classic"
717
+ username_classic =" Username Classic"
718
+ merchant_id_classic =" MerchantId Classic"
719
+ [cashtocode .connector_auth .CurrencyAuthKey .auth_key_map .CNY .evoucher ]
720
+ password_evoucher =" Password Evoucher"
721
+ username_evoucher =" Username Evoucher"
722
+ merchant_id_evoucher =" MerchantId Evoucher"
715
723
[cashtocode .connector_webhook_details ]
716
724
merchant_secret =" Source verification key"
717
725
You can’t perform that action at this time.
0 commit comments