We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c463ca8 commit 273e851Copy full SHA for 273e851
app/code/Magento/Integration/Controller/Adminhtml/Integration/Save.php
@@ -197,18 +197,4 @@ private function processData($integrationData)
197
$this->messageManager->addError(__('The integration was not saved.'));
198
}
199
200
-
201
- /**
202
- * To validate the provided Identity Link URL
203
- *
204
- * @param string $url
205
- * @return void
206
- * @throws LocalizedException
207
- */
208
- private function validateIdentityLinkURL(string $url): void
209
- {
210
- if (!$this->urlValidator->isValid($url)) {
211
- throw new LocalizedException(__('Invalid Identity Link URL'));
212
- }
213
214
0 commit comments