File tree Expand file tree Collapse file tree 3 files changed +8
-20
lines changed
crates/connector_configs/toml Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -6416,12 +6416,8 @@ type="Text"
6416
6416
[[payload .debit ]]
6417
6417
payment_method_type = " Visa"
6418
6418
6419
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .USD ]
6420
- processing_account_id = " processing_account_id"
6421
- api_key = " API Key"
6422
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .CAD ]
6423
- processing_account_id = " processing_account_id"
6424
- api_key = " API Key"
6419
+ [payload .connector_auth .HeaderKey ]
6420
+ api_key =" API Key"
6425
6421
6426
6422
[silverflow ]
6427
6423
[[silverflow .credit ]]
Original file line number Diff line number Diff line change @@ -5029,13 +5029,9 @@ payment_method_type = "Mastercard"
5029
5029
[[payload .debit ]]
5030
5030
payment_method_type = " Visa"
5031
5031
5032
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .USD ]
5033
- processing_account_id = " processing_account_id"
5034
- api_key = " API Key"
5035
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .CAD ]
5036
- processing_account_id = " processing_account_id"
5037
- api_key = " API Key"
5038
-
5032
+ [payload .connector_auth .HeaderKey ]
5033
+ api_key =" API Key"
5034
+
5039
5035
[silverflow ]
5040
5036
[[silverflow .credit ]]
5041
5037
payment_method_type = " Mastercard"
Original file line number Diff line number Diff line change @@ -6397,13 +6397,9 @@ payment_method_type = "Mastercard"
6397
6397
[[payload .debit ]]
6398
6398
payment_method_type = " Visa"
6399
6399
6400
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .USD ]
6401
- processing_account_id = " processing_account_id"
6402
- api_key = " API Key"
6403
- [payload .connector_auth .CurrencyAuthKey .auth_key_map .CAD ]
6404
- processing_account_id = " processing_account_id"
6405
- api_key = " API Key"
6406
-
6400
+ [payload .connector_auth .HeaderKey ]
6401
+ api_key =" API Key"
6402
+
6407
6403
[silverflow ]
6408
6404
[[silverflow .credit ]]
6409
6405
payment_method_type = " Mastercard"
You can’t perform that action at this time.
0 commit comments