commercetools / commercetools/sphere-order-export
lineItems.variant.images should give a list of images for this LI
Open
- Dominant language
- CoffeeScript
- Stars
- 4
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
current output:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
desired output:
http://images/example1.jpg;http://images/example2.jpg;http://images/example3.jpg;http://images/example4.jpg;http://images/example5.jpg;http://images/example6.jpg;
Contributor guide
Assessment
This issue has not been assessed yet.