File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Braintree/view/frontend/web/template/payment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
<!-- ko template: getTemplate() --> <!-- /ko -->
24
24
<!--/ko-->
25
25
</ div >
26
- < form id ="co-transparent-form-braintree " class ="form " data-bind ="" method ="post " action ="# " novalidate ="novalidate ">
26
+ < form id ="co-transparent-form-braintree " class ="form " data-bind ="afterRender: initHostedFields " method ="post " action ="# " novalidate ="novalidate ">
27
27
< fieldset data-bind ="attr: {class: 'fieldset payment items ccard ' + getCode(), id: 'payment_form_' + getCode()} ">
28
28
< legend class ="legend ">
29
29
< span > <!-- ko i18n: 'Credit Card Information'--> <!-- /ko --> </ span >
87
87
< span > <!-- ko i18n: 'Card Verification Number'--> <!-- /ko --> </ span >
88
88
</ label >
89
89
< div class ="control _with-tooltip ">
90
- < div data-bind ="afterRender: initHostedFields, attr: {id: getCode() + '_cc_cid'} " class ="hosted-control hosted-cid "> </ div >
90
+ < div data-bind ="attr: {id: getCode() + '_cc_cid'} " class ="hosted-control hosted-cid "> </ div >
91
91
< div class ="hosted-error "> <!-- ko i18n: 'Please, enter valid Card Verification Number'--> <!-- /ko --> </ div >
92
92
93
93
< div class ="field-tooltip toggle ">
You can’t perform that action at this time.
0 commit comments