moved cache point
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user