memberSubscription
This commit is contained in:
@@ -50,7 +50,7 @@ class MembersProducts(db.Model):
|
||||
return member_products
|
||||
|
||||
@classmethod
|
||||
def get_member_product_by_product__member_id(cls, member_id, product_id):
|
||||
def get_member_product_by_product_member_id(cls, member_id, product_id):
|
||||
member_product = cls.query.filter_by(member_id=str(member_id), product_id=str(product_id))
|
||||
if not member_product:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user