Skip to content

Commit

Permalink
Merge pull request #556 from FatchipRobert/MAG2-311-Label-for-non-exi…
Browse files Browse the repository at this point in the history
…sting-id

MAG2-311 - Removed for attribute for creditcard iframe inputs
  • Loading branch information
janteuber authored Sep 17, 2024
2 parents 8b9c6ea + 5feddfa commit 1db1022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view/frontend/web/template/payment/creditcard.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</div>

<div class="field number required">
<label data-bind="attr: {for: getCode() + '_cc_number'}" class="label">
<label class="label">
<span><!-- ko i18n: 'Credit Card Number'--><!-- /ko --></span>
<!-- ko if: isAutoCardtypeDetectionEnabled() -->
<!-- ko foreach: getCreditcardTypes() -->
Expand All @@ -124,7 +124,7 @@
</div>

<div class="field date required" data-bind="attr: {id: getCode() + '_cc_type_exp_div'}">
<label data-bind="attr: {for: getCode() + '_expiration'}" class="label">
<label class="label">
<span><!-- ko i18n: 'Expiration Date'--><!-- /ko --></span>
</label>
<div class="control">
Expand All @@ -145,7 +145,7 @@

<!-- ko if: showCvc() -->
<div class="field cvv required" data-bind="attr: {id: getCode() + '_cc_type_cvv_div'}">
<label data-bind="attr: {for: getCode() + '_cc_cid'}" class="label">
<label class="label">
<span><!-- ko i18n: 'Card Verification Number'--><!-- /ko --></span>
</label>
<div class="control">
Expand Down

0 comments on commit 1db1022

Please sign in to comment.