Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /**
  2. * Create multi Customers
  3. *
  4. * @param MagentoCustomerApiDataCustomerInterface $customer
  5. * @return string[]
  6. */
  7. public function save(MagentoCustomerApiDataCustomerInterface $customer);
  8.  
  9. /**
  10. * Create multi Customers
  11. *
  12. * @param MagentoCustomerApiDataCustomerInterface $customer
  13. * @return array()|associativeArray()
  14. */
  15. public function save1(MagentoCustomerApiDataCustomerInterface $customer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement