Skip to content

Conversation

@talvasconcelos
Copy link
Collaborator

Fix Inventory integration:

  • extract functions to helpers and services files
  • don't run parallel lists (avoid indexing errors)

@arcbtc arcbtc merged commit bfde34d into main Dec 18, 2025
15 checks passed
@arcbtc arcbtc deleted the fix/inventory_integration branch December 18, 2025 16:02
from .helpers import _from_csv, _inventory_tags_to_list


async def _deduct_inventory_stock(wallet_id: str, inventory_payload: dict) -> None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should be public

update_tpos,
)
from .helpers import (
_first_image,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if they are imported they should be public (no starting _)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants