File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/code/Magento/Checkout/view/frontend/web/template
shipping-address/address-renderer Expand file tree Collapse file tree 2 files changed +0
-2
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
- < span if ="currentBillingAddress().company "> < span text ="currentBillingAddress().company "> </ span > < br > </ span >
11
10
< text args ="_.values(currentBillingAddress().street).join(', ') "/> < br />
12
11
< text args ="currentBillingAddress().city "/> , < span text ="currentBillingAddress().region "> </ span > < text args ="currentBillingAddress().postcode "/> < br />
13
12
< text args ="getCountryName(currentBillingAddress().countryId) "/> < br />
Original file line number Diff line number Diff line change 7
7
< div class ="shipping-address-item " css ="'selected-item' : isSelected() , 'not-selected-item':!isSelected() ">
8
8
< text args ="address().prefix "/> < text args ="address().firstname "/> < text args ="address().middlename "/>
9
9
< text args ="address().lastname "/> < text args ="address().suffix "/> < br />
10
- < span if ="address().company "> < span text ="address().company "> </ span > < br /> </ span >
11
10
< text args ="_.values(address().street).join(', ') "/> < br />
12
11
< text args ="address().city "/> , < span text ="address().region "> </ span > < text args ="address().postcode "/> < br />
13
12
< text args ="getCountryName(address().countryId) "/> < br />
You can’t perform that action at this time.
0 commit comments