Skip to content

Commit

Permalink
MAGETWO-44757: JS error on checkout for guest with virtual product
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored and Serhiy Shkolyarenko committed Nov 11, 2015
1 parent 2315c6f commit e72482c
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ define(
[
'Magento_Checkout/js/model/address-converter'
],
function(addressConverter) {
"use strict";
return function(addressData) {
function (addressConverter) {
'use strict';

return function (addressData) {
return addressConverter.formAddressDataToQuoteAddress(addressData);
};
}
Expand Down
Loading

0 comments on commit e72482c

Please sign in to comment.