Guest User

Untitled

a guest
Mar 19th, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $customer = $this->customerRepository->get('xxx@xxx.com');
  2. $shippingAddressId = $customer->getDefaultShipping();
  3. $shippingAddress = $this->addressRepository->getById($shippingAddressId);
  4. $shippingAddress->getRegion();
Add Comment
Please, Sign In to add comment