Skip to content

Commit 592bcdb

Browse files
authored
Merge pull request #94 from leedyche/main
replicated a magento patch see details here https://support.magento.c…
2 parents 8dfa527 + 441075d commit 592bcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/frontend/web/template/billing-address/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div if="isAddressDetailsVisible() && currentBillingAddress()" class="billing-address-details">
1212
<text args="currentBillingAddress().prefix"/> <text args="currentBillingAddress().firstname"/> <text args="currentBillingAddress().middlename"/>
1313
<text args="currentBillingAddress().lastname"/> <text args="currentBillingAddress().suffix"/><br/>
14-
<text args="_.values(currentBillingAddress().street).join(', ')"/><br/>
14+
<text args="(currentBillingAddress().street).join(', ')"/><br/>
1515
<text args="currentBillingAddress().city "/>, <span text="currentBillingAddress().region"></span> <text args="currentBillingAddress().postcode"/><br/>
1616
<text args="getCountryName(currentBillingAddress().countryId)"/><br/>
1717
<a if="currentBillingAddress().telephone" attr="'href': 'tel:' + currentBillingAddress().telephone" text="currentBillingAddress().telephone"></a><br/>

0 commit comments

Comments
 (0)