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 8
8
< text args ="currentBillingAddress().prefix "> </ text > < text args ="currentBillingAddress().firstname "> </ text >
9
9
< text args ="currentBillingAddress().middlename "> </ text >
10
10
< text args ="currentBillingAddress().lastname "> </ text > < text args ="currentBillingAddress().suffix "> </ text > < br />
11
- < text args ="currentBillingAddress().street.join(', ') "> </ text > < br />
11
+ < text args ="_.values( currentBillingAddress().street) .join(', ') "> </ text > < br />
12
12
< text args ="currentBillingAddress().city "> </ text > , < span text ="currentBillingAddress().region "> </ span >
13
13
< text args ="currentBillingAddress().postcode "> </ text > < br />
14
14
< text args ="getCountryName(currentBillingAddress().countryId) "> </ text > < br />
You can’t perform that action at this time.
0 commit comments