File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
app/code/Magento/Checkout/view/frontend/web/js/action
dev/tests/static/testsuite/Magento/Test/Js/_files/blacklist Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,12 @@ define(
55
55
serviceUrl , JSON . stringify ( payload )
56
56
) . done (
57
57
function ( ) {
58
+ var deferred = null ;
59
+
58
60
if ( ! quote . isVirtual ( ) ) {
59
61
getTotalsAction ( [ ] ) ;
60
62
} else {
61
- var deferred = $ . Deferred ( ) ;
63
+ deferred = $ . Deferred ( ) ;
62
64
getPaymentInformationAction ( deferred ) ;
63
65
$ . when ( deferred ) . done ( function ( ) {
64
66
fullScreenLoader . stopLoader ( ) ;
Original file line number Diff line number Diff line change @@ -173,10 +173,9 @@ app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/steps/summ
173
173
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/variations.js
174
174
app/code/Magento/ConfigurableProduct/view/frontend/requirejs-config.js
175
175
app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js
176
- app/code/Magento/Cookie/View/adminhtml/requirejs-config.js
177
- app/code/Magento/Cookie/View/frontend/requirejs-config.js
178
- app/code/Magento/Cookie/View/frontend/web/js/notices.js
179
- app/code/Magento/Cookie/View/frontend/web/js/require-cookie.js
176
+ app/code/Magento/Cookie/view/adminhtml/requirejs-config.js
177
+ app/code/Magento/Cookie/view/frontend/requirejs-config.js
178
+ app/code/Magento/Cookie/view/frontend/web/js/require-cookie.js
180
179
app/code/Magento/Customer/view/adminhtml/requirejs-config.js
181
180
app/code/Magento/Customer/view/adminhtml/web/edit/tab/js/addresses.js
182
181
app/code/Magento/Customer/view/frontend/requirejs-config.js
You can’t perform that action at this time.
0 commit comments