Removed product id
This commit is contained in:
@@ -36,7 +36,7 @@ class TransactionOffer(db.Model):
|
|||||||
transaction_offer = cls.query.filter_by(
|
transaction_offer = cls.query.filter_by(
|
||||||
id = transaction_offer,
|
id = transaction_offer,
|
||||||
customer_id = customer_id,
|
customer_id = customer_id,
|
||||||
product_id = product_id
|
# product_id = product_id
|
||||||
# transaction_id = transaction_id,
|
# transaction_id = transaction_id,
|
||||||
).first()
|
).first()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user