Skip to content

Commit a659f4b

Browse files
rakesh-ganganiihor-sviziev
authored andcommitted
FIXED - appended payment code to ID field to make it unique
1 parent f01227c commit a659f4b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<!--/ko-->
1717
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
1818
<div class="choice field">
19-
<input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
20-
<label class="label" for="billing-save-in-address-book">
19+
<input type="checkbox" class="checkbox" data-bind="checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}" />
20+
<label class="label" data-bind="attr: {for: 'billing-save-in-address-book-' + getCode($parent)}" >
2121
<span data-bind="i18n: 'Save in address book'"></span>
2222
</label>
2323
</div>

0 commit comments

Comments
 (0)