Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9f3f183

Browse files
author
Sergey Shvets
committed
Merge branch '2.2-develop' of github.com:magento/magento2ce into MAGETWO-67097
2 parents 0c46ea6 + 850b9e5 commit 9f3f183

File tree

226 files changed

+2112
-876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+2112
-876
lines changed

app/code/Magento/AdminNotification/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"magento/module-store": "100.2.*",
77
"magento/module-backend": "100.2.*",
88
"magento/module-media-storage": "100.2.*",
9-
"magento/framework": "100.2.*",
10-
"magento/module-ui": "100.2.*",
9+
"magento/framework": "101.0.*",
10+
"magento/module-ui": "101.0.*",
1111
"lib-libxml": "*"
1212
},
1313
"type": "magento2-module",

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/module-catalog": "101.1.*",
6+
"magento/module-catalog": "102.0.*",
77
"magento/module-catalog-inventory": "100.2.*",
8-
"magento/module-eav": "100.2.*",
8+
"magento/module-eav": "101.0.*",
99
"magento/module-import-export": "100.2.*",
1010
"magento/module-catalog-import-export": "100.2.*",
11-
"magento/module-customer": "100.2.*",
11+
"magento/module-customer": "101.0.*",
1212
"magento/module-store": "100.2.*",
13-
"magento/framework": "100.2.*"
13+
"magento/framework": "101.0.*"
1414
},
1515
"type": "magento2-module",
1616
"version": "100.2.0-dev",

app/code/Magento/Authorization/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
66
"magento/module-backend": "100.2.*",
7-
"magento/framework": "100.2.*"
7+
"magento/framework": "101.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0-dev",

app/code/Magento/Authorizenet/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/module-sales": "100.2.*",
6+
"magento/module-sales": "101.0.*",
77
"magento/module-store": "100.2.*",
8-
"magento/module-quote": "100.2.*",
8+
"magento/module-quote": "101.0.*",
99
"magento/module-checkout": "100.2.*",
1010
"magento/module-backend": "100.2.*",
1111
"magento/module-payment": "100.2.*",
12-
"magento/module-catalog": "101.1.*",
13-
"magento/framework": "100.2.*"
12+
"magento/module-catalog": "102.0.*",
13+
"magento/framework": "101.0.*"
1414
},
1515
"suggest": {
16-
"magento/module-config": "100.2.*"
16+
"magento/module-config": "101.0.*"
1717
},
1818
"type": "magento2-module",
1919
"version": "100.2.0-dev",

app/code/Magento/Backend/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"magento/module-store": "100.2.*",
77
"magento/module-directory": "100.2.*",
88
"magento/module-developer": "100.2.*",
9-
"magento/module-eav": "100.2.*",
9+
"magento/module-eav": "101.0.*",
1010
"magento/module-reports": "100.2.*",
11-
"magento/module-sales": "100.2.*",
12-
"magento/module-quote": "100.2.*",
13-
"magento/module-catalog": "101.1.*",
14-
"magento/module-user": "100.2.*",
11+
"magento/module-sales": "101.0.*",
12+
"magento/module-quote": "101.0.*",
13+
"magento/module-catalog": "102.0.*",
14+
"magento/module-user": "101.0.*",
1515
"magento/module-security": "100.2.*",
1616
"magento/module-backup": "100.2.*",
17-
"magento/module-customer": "100.2.*",
17+
"magento/module-customer": "101.0.*",
1818
"magento/module-translation": "100.2.*",
1919
"magento/module-require-js": "100.2.*",
20-
"magento/module-config": "100.2.*",
21-
"magento/framework": "100.2.*"
20+
"magento/module-config": "101.0.*",
21+
"magento/framework": "101.0.*"
2222
},
2323
"suggest": {
2424
"magento/module-theme": "100.2.*"

app/code/Magento/Backup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"magento/module-store": "100.2.*",
77
"magento/module-backend": "100.2.*",
88
"magento/module-cron": "100.2.*",
9-
"magento/framework": "100.2.*"
9+
"magento/framework": "101.0.*"
1010
},
1111
"type": "magento2-module",
1212
"version": "100.2.0-dev",

app/code/Magento/Braintree/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
6+
"magento/framework": "101.0.*",
77
"magento/magento-composer-installer": "*",
8-
"magento/module-config": "100.2.*",
8+
"magento/module-config": "101.0.*",
99
"magento/module-directory": "100.2.*",
1010
"magento/module-payment": "100.2.*",
1111
"magento/module-checkout": "100.2.*",
12-
"magento/module-sales": "100.2.*",
12+
"magento/module-sales": "101.0.*",
1313
"magento/module-backend": "100.2.*",
14-
"magento/module-vault": "100.2.*",
15-
"magento/module-customer": "100.2.*",
16-
"magento/module-catalog": "101.1.*",
17-
"magento/module-quote": "100.2.*",
14+
"magento/module-vault": "101.0.*",
15+
"magento/module-customer": "101.0.*",
16+
"magento/module-catalog": "102.0.*",
17+
"magento/module-quote": "101.0.*",
1818
"magento/module-paypal": "100.2.*",
19-
"magento/module-ui": "100.2.*",
19+
"magento/module-ui": "101.0.*",
2020
"braintree/braintree_php": "3.22.0"
2121
},
2222
"suggest": {

app/code/Magento/Braintree/view/frontend/web/js/view/payment/method-renderer/hosted-fields.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ define([
6161
},
6262

6363
/**
64-
* @returns {Bool}
64+
* @returns {Boolean}
6565
*/
6666
isVaultEnabled: function () {
6767
return this.vaultEnabler.isVaultEnabled();
@@ -144,10 +144,19 @@ define([
144144
},
145145

146146
/**
147-
* Trigger order placing
147+
* Returns state of place order button
148+
* @returns {Boolean}
149+
*/
150+
isButtonActive: function () {
151+
return this.isActive() && this.isPlaceOrderActionAllowed();
152+
},
153+
154+
/**
155+
* Triggers order placing
148156
*/
149157
placeOrderClick: function () {
150158
if (this.validateCardType()) {
159+
this.isPlaceOrderActionAllowed(false);
151160
$(this.getSelector('submit')).trigger('click');
152161
}
153162
},

app/code/Magento/Braintree/view/frontend/web/template/payment/form.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
data-bind="
142142
click: placeOrderClick,
143143
attr: {title: $t('Place Order')},
144-
css: {disabled: !isPlaceOrderActionAllowed()},
145-
enable: isActive()
144+
enable: isButtonActive()
146145
"
147146
disabled>
148147
<span data-bind="i18n: 'Place Order'"></span>

app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ protected function _getSelectedOptions()
165165
* @param \Magento\Bundle\Model\Option $option
166166
* @param mixed $selectionId
167167
* @return void
168+
* @since 100.2.0
168169
*/
169170
protected function assignSelection(\Magento\Bundle\Model\Option $option, $selectionId)
170171
{

0 commit comments

Comments
 (0)