Skip to content

Commit

Permalink
Merge remote-tracking branch 'mainline/develop' into publication
Browse files Browse the repository at this point in the history
Conflicts:
	app/code/Magento/Checkout/composer.json
  • Loading branch information
vpelipenko committed Jan 26, 2015
2 parents 5e59d46 + bbe0268 commit 8763e1b
Show file tree
Hide file tree
Showing 191 changed files with 6,039 additions and 9,462 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Bundle/Model/Plugin/QuoteItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function aroundConvert(
\Magento\Quote\Model\Quote\Item\ToOrderItem $subject,
Closure $proceed,
\Magento\Quote\Model\Quote\Item\AbstractItem $item,
$additional
$additional = []
) {
/** @var $orderItem \Magento\Sales\Model\Order\Item */
$orderItem = $proceed($item, $additional);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<script>
require([
"jquery",
"mage/mage"
"mage/mage",
"Magento_Catalog/product/view/validation"
], function($){
$('#product_addtocart_form').mage('validation', {
radioCheckboxClosest: '.nested'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

$.widget("mage.validation", $.mage.validation, {
options: {
radioCheckboxClosest: 'ul',
radioCheckboxClosest: 'ul, ol',
errorPlacement: function (error, element) {
if (element.attr('data-validate-message-box')) {
var messageBox = $(element.attr('data-validate-message-box'));
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Checkout/Controller/Onepage/SaveOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public function execute()
$result['error'] = true;
$result['error_messages'] = __('Something went wrong processing your order. Please try again later.');
}
$this->quoteRepository->save($this->getOnepage()->getQuote());
/**
* when there is redirect to third party, we don't want to save order yet.
* we will save the order in return action.
Expand Down

This file was deleted.

This file was deleted.

114 changes: 0 additions & 114 deletions app/code/Magento/Checkout/Service/V1/Address/Billing/WriteService.php

This file was deleted.

This file was deleted.

111 changes: 0 additions & 111 deletions app/code/Magento/Checkout/Service/V1/Address/Converter.php

This file was deleted.

Loading

0 comments on commit 8763e1b

Please sign in to comment.