Skip to content

Instantly share code, notes, and snippets.

View likemusic's full-sized avatar

Valerij Ivashchenko likemusic

View GitHub Profile
@likemusic
likemusic / AccountManagementInterface.php
Created November 5, 2017 22:19
Find the service data object
...
/**
* Create customer account. Perform necessary business operations like sending email.
*
* @api
* @param \Magento\Customer\Api\Data\CustomerInterface $customer
* @param string $password
* @param string $redirectUrl
* @return \Magento\Customer\Api\Data\CustomerInterface