Skip to content

Commit

Permalink
fix(connector_config): include the payment_processing_details_at `H…
Browse files Browse the repository at this point in the history
…yperswitch` option only if apple pay token decryption flow is supported for the connector (#6386)
  • Loading branch information
ShankarSinghC authored Oct 23, 2024
1 parent 5a10e58 commit af0aeee
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
24 changes: 12 additions & 12 deletions crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[adyen.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -484,7 +484,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[authorizedotnet.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -813,7 +813,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[bluesnap.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -1115,7 +1115,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[checkout.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -1941,7 +1941,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[nexixpay]
[[nexixpay.credit]]
Expand Down Expand Up @@ -2062,7 +2062,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[nmi.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2202,7 +2202,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[noon.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2379,7 +2379,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[nuvei.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2839,7 +2839,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[shift4]
[[shift4.credit]]
Expand Down Expand Up @@ -3244,7 +3244,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[trustpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -3473,7 +3473,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[worldpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -4196,7 +4196,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Hyperswitch"]

[fiuu.connector_webhook_details]
merchant_secret="Source verification key"
18 changes: 9 additions & 9 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[adyen.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -352,7 +352,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[authorizedotnet.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -477,7 +477,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[bluesnap.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -970,7 +970,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[checkout.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -1680,7 +1680,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[nexixpay]
[[nexixpay.credit]]
Expand Down Expand Up @@ -2054,7 +2054,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[shift4]
[[shift4.credit]]
Expand Down Expand Up @@ -2359,7 +2359,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[trustpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2529,7 +2529,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[worldpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -3191,7 +3191,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Hyperswitch"]

[fiuu.connector_webhook_details]
merchant_secret="Source verification key"
24 changes: 12 additions & 12 deletions crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[adyen.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -488,7 +488,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[authorizedotnet.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -814,7 +814,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[bluesnap.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -1115,7 +1115,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[checkout.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -1939,7 +1939,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[nexixpay]
[[nexixpay.credit]]
Expand Down Expand Up @@ -2059,7 +2059,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[nmi.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2198,7 +2198,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[noon.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2374,7 +2374,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[nuvei.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -2832,7 +2832,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[shift4]
[[shift4.credit]]
Expand Down Expand Up @@ -3235,7 +3235,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[trustpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -3462,7 +3462,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Connector"]

[[worldpay.metadata.google_pay]]
name="merchant_name"
Expand Down Expand Up @@ -4190,7 +4190,7 @@ label="Payment Processing Details At"
placeholder="Enter Payment Processing Details At"
required=true
type="Radio"
options=["Connector","Hyperswitch"]
options=["Hyperswitch"]

[fiuu.connector_webhook_details]
merchant_secret="Source verification key"

0 comments on commit af0aeee

Please sign in to comment.