Skip to content

Commit 588f80b

Browse files
committed
Fixed the static tests
1 parent fd7e45e commit 588f80b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/place-order.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ define(
1818
'use strict';
1919

2020
return function (serviceUrl, payload, messageContainer) {
21-
var headers = {};
22-
var redirectURL = '';
21+
var headers = {}, redirectURL = '';
2322

2423
fullScreenLoader.startLoader();
2524
_.each(hooks.requestModifiers, function (modifier) {

0 commit comments

Comments
 (0)