We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131ca88 commit ee816e7Copy full SHA for ee816e7
app/code/Magento/Checkout/view/frontend/web/template/billing-address/details.html
@@ -13,7 +13,7 @@
13
<!-- ko if: (currentBillingAddress().telephone) -->
14
<a data-bind="text: currentBillingAddress().telephone, attr: {'href': 'tel:' + currentBillingAddress().telephone}"></a>
15
<!-- /ko --><br/>
16
- <!-- ko foreach: { data: address().customAttributes, as: 'element' } -->
+ <!-- ko foreach: { data: currentBillingAddress().customAttributes, as: 'element' } -->
17
<!-- ko foreach: { data: Object.keys(element), as: 'attribute' } -->
18
<!-- ko text: element[attribute].value --><!-- /ko -->
19
<!-- /ko -->
0 commit comments