Skip to content

Commit d42158e

Browse files
committed
MAGETWO-94347: Implement handling of large number of addresses on storefront Address book
1 parent 5bda730 commit d42158e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Block/Address

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Address/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function getCustomer(): \Magento\Customer\Api\Data\CustomerInterface
143143
}
144144

145145
/**
146-
* Get one string street address from "two fields" array or just returns string if it was passed in parameters
146+
* Get one string street address from the Address DTO passed in parameters
147147
*
148148
* @param \Magento\Customer\Api\Data\AddressInterface $address
149149
* @return string

0 commit comments

Comments
 (0)