Skip to content

Commit 9ca2a57

Browse files
MC-42306: Fix copy paste false positive issue
- Roll back all MC-42306 changes
1 parent 5ce99e2 commit 9ca2a57

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Payment/view/adminhtml/templates/transparent

1 file changed

+0
-1
lines changed

app/code/Magento/Payment/view/adminhtml/templates/transparent/form.phtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ $ccExpMonth = $block->getInfoData('cc_exp_month');
142142
class="admin__control-text cvv"
143143
id="<?= /* @noEscape */ $code ?>_cc_cid" name="payment[cc_cid]"
144144
value=""
145-
data-container="<?= /* @noEscape */ $code ?>-cc-cvv"
146145
data-validate='{"required-number":true, "validate-cc-cvn":"#<?=/* @noEscape */ $code?>_cc_type"}'
147146
autocomplete="off"/>
148147
<?= /* @noEscape */ $secureRenderer->renderEventListenerAsTag(

0 commit comments

Comments
 (0)