moved cache point

This commit is contained in:
CHIEFSOFT\ameye
2026-01-21 06:34:31 -05:00
parent aad148dba3
commit d846913bda
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -884,6 +884,9 @@ class MyProductsService(BaseService):
"template_images": template_images
}
cacheId = str(product_subscription_uid).replace("-", "")
BaseService.write_cache_data("WEB_CONFIGURE", cacheId, response_data)
return ResponseHelper.success(data=response_data)
except ValidationError as err: