We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while creating a product we make a map. which works fine for simple attributes, but is not working for object type attributes.
dimensions.setLength("1"); dimensions.setWidth("1"); dimensions.setHeight("1"); Gson gson = new Gson(); String json = gson.toJson(dimensions); productInfo.put("dimensions",json);
on printing, it shows JSON has the object of dimensions {"length":"1","width":"1","height":"1"}
{"length":"1","width":"1","height":"1"}
help me fast plz
The text was updated successfully, but these errors were encountered:
same is the case while working with images and categories.
Sorry, something went wrong.
No branches or pull requests
while creating a product we make a map. which works fine for simple attributes, but is not working for object type attributes.
on printing, it shows JSON has the object of dimensions
{"length":"1","width":"1","height":"1"}
help me fast plz
The text was updated successfully, but these errors were encountered: