Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: connector label update #279

Merged
merged 8 commits into from
Feb 14, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ module ConnectorConfigurationFields = {
connector
selectedConnector
isLabelNested=false
disabled={isUpdateFlow ? true : false}
description="This is an unique label you can generate and pass in order to identify this connector account on your Hyperswitch dashboard and reports. Eg: if your profile label is 'default', connector label can be 'stripe_default'"
/>
<RenderConnectorInputFields
Expand Down
2 changes: 0 additions & 2 deletions src/screens/HyperSwitch/Connectors/ConnectorUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ let connectorIgnoredField = [
"business_country",
"business_label",
"business_sub_label",
"connector_label",
"merchant_connector_id",
"connector_name",
"profile_id",
Expand All @@ -593,7 +592,6 @@ let verifyConnectorIgnoreField = [
"business_country",
"business_label",
"business_sub_label",
"connector_label",
"merchant_connector_id",
"applepay_verified_domains",
]
Expand Down
Loading