channel-app 0.0.151__py3-none-any.whl → 0.0.152__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -246,7 +246,7 @@ class GetProductPricesFromProductStocks(OmnitronCommandInterface):
246
246
  if isinstance(ps.product, Product):
247
247
  product_ids.append(str(ps.product.pk))
248
248
  else:
249
- product_ids.append(ps.product)
249
+ product_ids.append(str(ps.product))
250
250
 
251
251
  prices = []
252
252
  for chunk in split_list(product_ids, self.CHUNK_SIZE):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: channel_app
3
- Version: 0.0.151
3
+ Version: 0.0.152
4
4
  Summary: Channel app for Sales Channels
5
5
  Home-page: https://github.com/akinon/channel_app
6
6
  Author: akinonteam
@@ -44,7 +44,7 @@ channel_app/omnitron/commands/integration_actions.py,sha256=PvjxXr85UYhiIaNF6ub_
44
44
  channel_app/omnitron/commands/product_categories.py,sha256=XCYJ-G2qxytNNnixnPKHosPXyNiVwQ2q202dRTITkVA,43
45
45
  channel_app/omnitron/commands/product_images.py,sha256=fwUntMOzRvcXrVbZ5Xd5O73w7K009jPakXqVdmWKOuk,5561
46
46
  channel_app/omnitron/commands/product_prices.py,sha256=HZ37Hw7YHKhZg7_kjSR-dNb0g2pz4WQAkcRHIwHLFvQ,12527
47
- channel_app/omnitron/commands/product_stocks.py,sha256=va2LbTtFMLe99kJr5aFceYLi2X1dF_oLbDlWjD1an4I,13914
47
+ channel_app/omnitron/commands/product_stocks.py,sha256=tX3EpTYg2Y-l7hwZjPYPk_eUmfAUoWomruUoP0pn9RU,13919
48
48
  channel_app/omnitron/commands/products.py,sha256=As8Hnw3h6dOfPdxPBPUs-Hdip_9IaQXQyLAMsAylMTs,32098
49
49
  channel_app/omnitron/commands/setup.py,sha256=dcbvvIFDKKeDVziwR2qWJhVd92IlVLEoYIbMrxKjWDE,35220
50
50
  channel_app/omnitron/commands/orders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -58,7 +58,7 @@ channel_app/omnitron/commands/tests/test_product_images.py,sha256=y6tmiJ00kd2GTq
58
58
  channel_app/omnitron/commands/tests/test_product_prices.py,sha256=5HPX9PmjGw6gk3oNrwtWLqdrOkfeNx1mYP-pYwOesZU,3496
59
59
  channel_app/omnitron/commands/tests/test_product_stocks.py,sha256=q4RGlrCNUUJyN5CBL1fzrvdd4Q3xt816mbMRQT0XEd0,3496
60
60
  channel_app/omnitron/commands/tests/test_products.py,sha256=DUUdB7pKe-wj8H1N-otKhR-97z37Q3Mh0QgROlnrKTQ,102028
61
- channel_app-0.0.151.dist-info/METADATA,sha256=IbdSbwYvDAauMmj_nsR0hwLA9cjIAyHbUSF6T25LZxY,309
62
- channel_app-0.0.151.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
63
- channel_app-0.0.151.dist-info/top_level.txt,sha256=JT-gM6L5Cwxr1xEoN7NHrREDs-d6iGFGfRnK-NrJ3tU,12
64
- channel_app-0.0.151.dist-info/RECORD,,
61
+ channel_app-0.0.152.dist-info/METADATA,sha256=dPcUZkvEUxU82fRbYK922oYwpFlyqh13O3mEZEEYf1o,309
62
+ channel_app-0.0.152.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
63
+ channel_app-0.0.152.dist-info/top_level.txt,sha256=JT-gM6L5Cwxr1xEoN7NHrREDs-d6iGFGfRnK-NrJ3tU,12
64
+ channel_app-0.0.152.dist-info/RECORD,,