@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 734 B
JavaScript
function _extends(){_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key];}}}return target;};return _extends.apply(this,arguments);}export var mockedStoreWithShippingPrice={product:{shippingByProductId:{fakeId:{shipping:{price:1,currency:'EUR'}}}}};export var mockedStoreWithFreeShipping={product:_extends({},mockedStoreWithShippingPrice.product,{shippingByProductId:{fakeId:{shipping:{price:0,currency:'EUR'}}}})};export var mockedStoreWithUnknownShipping={product:_extends({},mockedStoreWithShippingPrice.product,{shippingByProductId:{fakeId:{shipping:{price:null,currency:'EUR'}}}})};