Skip to content
Snippets Groups Projects
Commit baa69827 authored by Shivani-Dhoke's avatar Shivani-Dhoke
Browse files

fixes: images

parent 4ea414b9
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
"name": descriptor.name,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"images": descriptor.images.{"url": url, "size_type": size_type, "width": width, "height": height}[],
"price": price,
"rating": rating,
"rateable": rateable,
......
......@@ -20,6 +20,7 @@
"code":descriptor.code,
"short_desc":descriptor.short_desc,
"long_desc":descriptor.long_desc,
"images": descriptor.images.{"url": url, "size_type": size_type, "width": width, "height": height}[],
"price": price,
"rating": rating,
"rateable": rateable,
......
......@@ -23,6 +23,7 @@
"name": descriptor.name,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"images": descriptor.images.{"url": url, "size_type": size_type, "width": width, "height": height}[],
"price": price,
"rating": rating,
"rateable": rateable,
......
......@@ -25,6 +25,7 @@
"name": descriptor.name,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"images": descriptor.images.{"url": url, "size_type": size_type, "width": width, "height": height}[],
"price": price,
"rating": rating,
"rateable": rateable,
......
......@@ -27,6 +27,7 @@
"name": descriptor.name,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"images": descriptor.images.{"url": url, "size_type": size_type, "width": width, "height": height}[],
"price": price,
"rating": rating,
"xinput": xinput,
......@@ -59,7 +60,7 @@
"name": descriptor.name,
"value": value }[]
}[]
}[],
}[],
"fulfillments": message.order.fulfillments,
"quote": message.order.quote,
"billing": message.order.billing,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment