Skip to content

Commit

Permalink
fixed method name renamed on the community version for apiconnector c…
Browse files Browse the repository at this point in the history
…ustomer
  • Loading branch information
cdiacon committed Oct 17, 2018
1 parent 74f9db9 commit 2e21363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/CustomerPlugin.php
Expand Up @@ -71,7 +71,7 @@ public function __construct(
* @param \Magento\Customer\Model\Customer $customer
* @return mixed
*/
public function beforeSetCustomerData(\Dotdigitalgroup\Email\Model\Apiconnector\Customer $subject, $customer)
public function beforeSetContactData(\Dotdigitalgroup\Email\Model\Apiconnector\Customer $subject, $customer)
{
$this->customer = $customer;
$websiteId = $customer->getWebsiteId();
Expand Down

0 comments on commit 2e21363

Please sign in to comment.