Compare commits
2 Commits
98abe5a0de
...
6459e2406e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6459e2406e | ||
|
|
ce1847e06c |
@@ -221,6 +221,7 @@ def register():
|
||||
product_id=product.id,
|
||||
product=product,
|
||||
quantity=count,
|
||||
market_place_id=getattr(g, "market", None) and g.market.id,
|
||||
)
|
||||
g.cart.append(ci)
|
||||
g.s.add(ci)
|
||||
|
||||
Submodule shared_lib updated: a420bfa7f0...123f752946
Reference in New Issue
Block a user