Skip to content

Commit 273e851

Browse files
committed
AC-9851:Admin Integration Fix
1 parent c463ca8 commit 273e851

File tree

1 file changed

+0
-14
lines changed
  • app/code/Magento/Integration/Controller/Adminhtml/Integration

1 file changed

+0
-14
lines changed

app/code/Magento/Integration/Controller/Adminhtml/Integration/Save.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,4 @@ private function processData($integrationData)
197197
$this->messageManager->addError(__('The integration was not saved.'));
198198
}
199199
}
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-
}
214200
}

0 commit comments

Comments
 (0)