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 c2c5ec4 commit 9217dc3Copy full SHA for 9217dc3
app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php
@@ -444,10 +444,6 @@ public function execute()
444
*/
445
private function updateSubscriptions(CustomerInterface $customer): void
446
{
447
- if (!$this->_authorization->isAllowed(null)) {
448
- return;
449
- }
450
-
451
$subscriptionStatus = (array)$this->getRequest()->getParam('subscription_status');
452
$subscriptionStore = (array)$this->getRequest()->getParam('subscription_store');
453
if (empty($subscriptionStatus)) {
0 commit comments