Skip to content

Commit

Permalink
MAGETWO-53792: Build stabilization for PR
Browse files Browse the repository at this point in the history
CR fixes
  • Loading branch information
Serhiy Shkolyarenko committed Jun 3, 2016
1 parent 7595816 commit 545a4b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ define(
var self = this,
elements = shippingRatesValidationRules.getObservableFields();

//TODO: Split zip code validation and element binding for shipping rates request
if ($.inArray(postcodeElementName, elements) === -1) {
// Add postcode field to observables if not exist for zip code validation support
elements.push(postcodeElementName);
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/GiftMessage/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
<type name="Magento\Sales\Api\OrderRepositoryInterface">
<plugin name="save_gift_message" type="Magento\GiftMessage\Model\Plugin\OrderSave"/>
<plugin name="get_gift_message" type="Magento\GiftMessage\Model\Plugin\OrderGet"/>
<plugin name="add_gift_messages_to_orders" type="Magento\GiftMessage\Model\Plugin\OrderGet"/>
</type>
</config>

0 comments on commit 545a4b4

Please sign in to comment.