Skip to content

Commit 04feac7

Browse files
committed
wasm changes
1 parent 61e3db4 commit 04feac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/connector_configs/toml/development.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ label="Payment Processing Details At"
286286
placeholder="Enter Payment Processing Details At"
287287
required=true
288288
type="Radio"
289-
options=["Connector"]
289+
options=["Connector", "Hyperswitch"]
290290

291291
[[adyen.metadata.google_pay]]
292292
name="merchant_name"

crates/connector_configs/toml/production.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ label="Payment Processing Details At"
192192
placeholder="Enter Payment Processing Details At"
193193
required=true
194194
type="Radio"
195-
options=["Connector"]
195+
options=["Connector", "Hyperswitch"]
196196

197197
[[adyen.metadata.google_pay]]
198198
name="merchant_name"

crates/connector_configs/toml/sandbox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ label="Payment Processing Details At"
284284
placeholder="Enter Payment Processing Details At"
285285
required=true
286286
type="Radio"
287-
options=["Connector"]
287+
options=["Connector", "Hyperswitch"]
288288

289289
[[adyen.metadata.google_pay]]
290290
name="merchant_name"

0 commit comments

Comments
 (0)