paidup-product-connect
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -148,3 +148,3 @@ module.exports = { | ||
company: cat.entityId, | ||
image: cat.mediaGallery.images[0].file, | ||
image: '/api/v1/media/image/magento?file='+cat.mediaGallery.images[0].file, | ||
isActive: cat.status == "1", | ||
@@ -157,3 +157,3 @@ location: cat.location, | ||
var prodJson = JSON.parse(prod.feeManagement); | ||
prodJson.details.images.main = prod.mediaGallery.images[0].fullUrl; | ||
prodJson.details.images.main = '/api/v1/media/image/magento?file='+prod.mediaGallery.images[0].file; | ||
prodJson._id = prod.entityId; | ||
@@ -160,0 +160,0 @@ |
{ | ||
"name": "paidup-product-connect", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Connector for PaidUp Microservice Product", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24086