We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7e45e commit 588f80bCopy full SHA for 588f80b
app/code/Magento/Checkout/view/frontend/web/js/model/place-order.js
@@ -18,8 +18,7 @@ define(
18
'use strict';
19
20
return function (serviceUrl, payload, messageContainer) {
21
- var headers = {};
22
- var redirectURL = '';
+ var headers = {}, redirectURL = '';
23
24
fullScreenLoader.startLoader();
25
_.each(hooks.requestModifiers, function (modifier) {
0 commit comments