Hi,
We are creating Variant value categories through translator. In the translator im using category service like below to check if category already existing or not
getCategoryService().getCategoryForCode(catalogversion,code)
If not then creating using modelservice. Its working fine in local env. But In our Test env its creating duplcate category with the same code while updating system or initializing
Any suggestions please....
Thanks in advance