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 90a479f commit 4459cb0Copy full SHA for 4459cb0
app/code/Magento/Integration/Controller/Adminhtml/Integration/Save.php
@@ -74,7 +74,7 @@ public function execute()
74
$this->_redirectOnSaveError();
75
} catch (IntegrationException $e) {
76
$this->messageManager->addError($this->escaper->escapeHtml($e->getMessage()));
77
- $this->_getSession()->setIntegrationData($integrationData);
+ $this->_getSession()->setIntegrationData($this->getRequest()->getPostValue());
78
79
} catch (\Magento\Framework\Exception\LocalizedException $e) {
80
0 commit comments