Skip to content
Snippets Groups Projects
Commit c520c221 authored by Dmytro Kvashnin's avatar Dmytro Kvashnin
Browse files

MAGETWO-51504: Storefront Place Order action can not be reused with different...

MAGETWO-51504: Storefront Place Order action can not be reused with different payload and serviceUrl

- Removed redundant dependencies
parent 57660950
Branches
No related merge requests found
......@@ -6,13 +6,10 @@ define(
[
'Magento_Checkout/js/model/quote',
'Magento_Checkout/js/model/url-builder',
'mage/storage',
'Magento_Checkout/js/model/error-processor',
'Magento_Customer/js/model/customer',
'Magento_Checkout/js/model/full-screen-loader',
'Magento_Checkout/js/model/place-order'
],
function (quote, urlBuilder, storage, errorProcessor, customer, fullScreenLoader, placeOrderService) {
function (quote, urlBuilder, customer, placeOrderService) {
'use strict';
return function (paymentData, messageContainer) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment