File tree 2 files changed +0
-2
lines changed
Checkout/view/frontend/web/js/model 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ define(
65
65
var self = this ,
66
66
elements = shippingRatesValidationRules . getObservableFields ( ) ;
67
67
68
- //TODO: Split zip code validation and element binding for shipping rates request
69
68
if ( $ . inArray ( postcodeElementName , elements ) === - 1 ) {
70
69
// Add postcode field to observables if not exist for zip code validation support
71
70
elements . push ( postcodeElementName ) ;
Original file line number Diff line number Diff line change 27
27
<type name =" Magento\Sales\Api\OrderRepositoryInterface" >
28
28
<plugin name =" save_gift_message" type =" Magento\GiftMessage\Model\Plugin\OrderSave" />
29
29
<plugin name =" get_gift_message" type =" Magento\GiftMessage\Model\Plugin\OrderGet" />
30
- <plugin name =" add_gift_messages_to_orders" type =" Magento\GiftMessage\Model\Plugin\OrderGet" />
31
30
</type >
32
31
</config >
You can’t perform that action at this time.
0 commit comments