mycopunk-swag-store/backend/app/services
Jeff Emmett 169b63160d fix: resolve async SQLAlchemy lazy loading issue in cart service
Use get_cart() with selectinload instead of refresh() to avoid
greenlet_spawn errors when accessing cart.items relationship.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:07:10 +00:00
..
__init__.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
analytics_service.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
auth_service.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
cart_service.py fix: resolve async SQLAlchemy lazy loading issue in cart service 2026-02-01 00:07:10 +00:00
design_service.py fix: group products by design to eliminate duplicates 2026-01-31 13:42:25 +00:00
order_service.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
stripe_service.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00