Skip to content

Commit 01a9fc5

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-32078: Validation for Terms and Conditions should be the same for OnePage Checkout and Multishipping Flow
1 parent 4633ab9 commit 01a9fc5

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/form.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<script type="text/javascript">
3636
require([
3737
'jquery',
38-
'Magento_Catalog/js/price-box',
39-
'Magento_Catalog/product/view/validation'
38+
'Magento_Catalog/js/price-box'
4039
], function($){
4140
var priceBoxes = $('[data-role=priceBox]');
4241

0 commit comments

Comments
 (0)