a9eee19c95
- Fix async context manager usage in sync_users: __aenter__() result was not assigned, so hwid_api_client held the context manager object instead of the actual API client, causing AttributeError on reset_user_devices() - Add user existence check in _restore_missing_yookassa_payment before INSERT to prevent ForeignKeyViolationError when user_id from payment metadata no longer exists in users table