Files
orion/app/modules/tenancy
Samir Boulahtit 779de02f97
Some checks failed
CI / ruff (push) Failing after 8s
CI / pytest (push) Failing after 47s
CI / architecture (push) Failing after 12s
CI / dependency-scanning (push) Successful in 42s
CI / audit (push) Successful in 9s
CI / docs (push) Has been skipped
fix: resolve pre-existing bugs found during merchant routes refactor
- Fix TierLimitExceededException import in order_service.py (was
  importing from subscription_service where it doesn't exist, now
  imports from billing.exceptions)
- Fix Pydantic v2 @field_validator missing @classmethod in team.py
  (3 validators: validate_role_name, validate_custom_permissions,
  validate_password_strength)
- Fix merchant auth test assertions: handle /me endpoint
  ResponseValidationError (pre-existing response_model mismatch),
  use non-merchant user for store token isolation test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 23:53:44 +01:00
..