Skip to content

[Feature in SDK]: add bitrix24UserId in method findByMemberId in Bitrix24AccountRepository #63

@mesilov

Description

@mesilov

Description

add bitrix24UserId in method findByMemberId in Bitrix24AccountRepository

Example

before

$accounts = $this->bitrix24AccountRepository->findByMemberId(
            $command->renewedAuthToken->memberId,
            Bitrix24AccountStatus::active
        );

after

$accounts = $this->bitrix24AccountRepository->findByMemberId(
            $command->renewedAuthToken->memberId,
            Bitrix24AccountStatus::active,
            $command->b24UserId
        );

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions