Skip to content

Conversation

@attrib
Copy link
Contributor

@attrib attrib commented Aug 27, 2025

Noticed while doing some refactoring on our side, that the ArticleTypeClient doesn't have getAttributes method in the interface.

When using the Connection create method, it returns the Interface and I wondered where this method went, because we used it before.

My current "workaround"

            $articleTypeClient = $connection->createArticleTypeClient();
            assert($articleTypeClient instanceof ArticleTypeClient);
            $this->articleTypeClient = $articleTypeClient;

@usox
Copy link
Member

usox commented Aug 28, 2025

HI

Thanks, good catch. I checked the other clients and it looks like your finding is the only one.

@usox usox added the bug Something isn't working label Aug 28, 2025
@usox usox requested a review from a team August 28, 2025 04:50
@usox usox merged commit e615d5c into SC-Networks:master Aug 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants