Removed product id
This commit is contained in:
@@ -30,7 +30,7 @@ class TransactionOffer(db.Model):
|
|||||||
transaction_offer = cls.query.filter_by(
|
transaction_offer = cls.query.filter_by(
|
||||||
id = str(offer_id),
|
id = str(offer_id),
|
||||||
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