From bd4128ad0459cd44419edf38d4114e5c896551b8 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 11 Jan 2026 07:36:17 -0500 Subject: [PATCH] membersSubResult.product_template --- app/api/services/web_contents.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/services/web_contents.py b/app/api/services/web_contents.py index fb19ef4..7bc3b6c 100644 --- a/app/api/services/web_contents.py +++ b/app/api/services/web_contents.py @@ -64,6 +64,8 @@ class WebContentsService(BaseService): } selected_flavor = '' + logger.error( + f"membersSubResult.product_template ********************{membersSubResult.product_template} ") selectedTemplate = ProductsTemplates.get_template_by_uid(str(membersSubResult.product_template)) if selectedTemplate: selected_flavor = selectedTemplate.flavor