Skip to content

Commit 205f7e6

Browse files
committed
Adding the integration callback url validation
1 parent db43c11 commit 205f7e6

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab

1 file changed

+1
-0
lines changed

app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/Info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ protected function _addGeneralFieldset($form, $integrationData)
146146
'label' => __('Callback URL'),
147147
'name' => self::DATA_ENDPOINT,
148148
'disabled' => $disabled,
149+
'class' => 'validate-url',
149150
// @codingStandardsIgnoreStart
150151
'note' => __(
151152
'Enter URL where Oauth credentials can be sent when using Oauth for token exchange. We strongly recommend using https://.'

0 commit comments

Comments
 (0)