File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Checkout/view/frontend/web/template/billing-address Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
< div if ="isAddressDetailsVisible() && currentBillingAddress() " class ="billing-address-details ">
8
8
< text args ="currentBillingAddress().prefix "/> < text args ="currentBillingAddress().firstname "/> < text args ="currentBillingAddress().middlename "/>
9
9
< text args ="currentBillingAddress().lastname "/> < text args ="currentBillingAddress().suffix "/> < br />
10
- < text args ="_.values( currentBillingAddress().street).join(', ') "/> < br />
10
+ < text args ="currentBillingAddress().street "/> < br />
11
11
< text args ="currentBillingAddress().city "/> , < span text ="currentBillingAddress().region "> </ span > < text args ="currentBillingAddress().postcode "/> < br />
12
12
< text args ="getCountryName(currentBillingAddress().countryId) "/> < br />
13
13
< a if ="currentBillingAddress().telephone " attr ="'href': 'tel:' + currentBillingAddress().telephone " text ="currentBillingAddress().telephone "> </ a > < br />
You can’t perform that action at this time.
0 commit comments