product_template = memberSubscription.product_template
custom_template = memberSubscription.custom_template
This commit is contained in:
@@ -366,6 +366,9 @@ class MyProductsService(BaseService):
|
||||
product_description = ProductsDetails.get_product_details_with_product_id(product_id)
|
||||
productDataStatus = product_data.status
|
||||
|
||||
product_template = ''
|
||||
custom_template = ''
|
||||
|
||||
memberSubscription = MembersProducts.get_member_product_by_product_member_id(member_id, product_id)
|
||||
if memberSubscription is not None:
|
||||
# logger.info(f"Incoming MyProduct data ==>>>> {memberSubscription}")
|
||||
|
||||
Reference in New Issue
Block a user