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 b88a3db commit 010536dCopy full SHA for 010536d
app/code/Magento/CustomerGraphQl/Model/Resolver/CreateCustomer.php
@@ -47,7 +47,7 @@ public function __construct(
47
CreateCustomerAccount $createCustomerAccount,
48
Config $newsletterConfig
49
) {
50
- $this->config = $config;
+ $this->newsLetterConfig = $newsLetterConfig;
51
$this->extractCustomerData = $extractCustomerData;
52
$this->createCustomerAccount = $createCustomerAccount;
53
}
0 commit comments