Skip to content

Commit ee816e7

Browse files
committed
MAGETWO-55395: Custom address attribute not appearing on Checkout summary
1 parent 131ca88 commit ee816e7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/billing-address

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/billing-address/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- ko if: (currentBillingAddress().telephone) -->
1414
<a data-bind="text: currentBillingAddress().telephone, attr: {'href': 'tel:' + currentBillingAddress().telephone}"></a>
1515
<!-- /ko --><br/>
16-
<!-- ko foreach: { data: address().customAttributes, as: 'element' } -->
16+
<!-- ko foreach: { data: currentBillingAddress().customAttributes, as: 'element' } -->
1717
<!-- ko foreach: { data: Object.keys(element), as: 'attribute' } -->
1818
<!-- ko text: element[attribute].value --><!-- /ko -->
1919
<!-- /ko -->

0 commit comments

Comments
 (0)