Skip to content

Commit e6268d6

Browse files
authored
chore(env): revert wasm changes for payload connector (#8818)
1 parent bc4d29a commit e6268d6

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

crates/connector_configs/toml/development.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6416,12 +6416,8 @@ type="Text"
64166416
[[payload.debit]]
64176417
payment_method_type = "Visa"
64186418

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"
64256421

64266422
[silverflow]
64276423
[[silverflow.credit]]

crates/connector_configs/toml/production.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5029,13 +5029,9 @@ payment_method_type = "Mastercard"
50295029
[[payload.debit]]
50305030
payment_method_type = "Visa"
50315031

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+
50395035
[silverflow]
50405036
[[silverflow.credit]]
50415037
payment_method_type = "Mastercard"

crates/connector_configs/toml/sandbox.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6397,13 +6397,9 @@ payment_method_type = "Mastercard"
63976397
[[payload.debit]]
63986398
payment_method_type = "Visa"
63996399

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+
64076403
[silverflow]
64086404
[[silverflow.credit]]
64096405
payment_method_type = "Mastercard"

0 commit comments

Comments
 (0)