Skip to content

Commit a8ec25f

Browse files
author
Oleksandr Iegorov
committed
MC-17808: Custom customer attribute code showing on guest checkout
1 parent c231bdf commit a8ec25f

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
</if>
2424
</ifnot>
2525
</if>
26+
<if args="typeof element === 'string'">
27+
<text args="element"/>
28+
</if><br/>
2629
</each>
2730

2831
<button visible="!isAddressSameAsShipping()"

0 commit comments

Comments
 (0)