Skip to Content
0
Former Member
Aug 10, 2016 at 04:25 PM

Duplicate categories getting created

163 Views

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