Skip to content

Commit 71ec353

Browse files
committed
MAGETWO-34253: CLONE - Postal code is still mandatory for Non-US addresses that don't use it
- Fixed typo
1 parent 85f7664 commit 71ec353

File tree

1 file changed

+2
-4
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+2
-4
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/abstract.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ define([
66
'underscore',
77
'mage/utils',
88
'Magento_Ui/js/form/component',
9-
'Magento_Ui/js/lib/validation/validator',
10-
'Magento_Ui/js/form/components/posCodeFix'
9+
'Magento_Ui/js/lib/validation/validator'
1110
], function (_, utils, Component, validator, posCodeFix) {
1211
'use strict';
1312

@@ -262,6 +261,5 @@ define([
262261

263262
this.validate();
264263
}
265-
})
266-
.extend(posCodeFix);
264+
});
267265
});

0 commit comments

Comments
 (0)