Releases: spryker/business-on-behalf
Releases · spryker/business-on-behalf
1.3.0
1.2.0
1.1.3
1.1.2
Included commits: 1.1.1...1.1.2
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.1.1
Included commits: 1.1.0...1.1.1
Bugfixes
- Fixed transfer definitions to include missing uses of Transfers or Transfer properties.
1.1.0
Included commits: 1.0.4...1.1.0
Improvements
- Introduced
BusinessOnBehalfClientInterface::isCompanyUserChangeAllowed()
to check that customer can/can't switch between company accounts.
1.0.4
Included commits: 1.0.3...1.0.4
Bugfixes
- Fixed
BusinessOnBehalfRepository::findActiveCompanyUserIdsByCustomerId()
so it becomes compatible with CompanyUser module when there is noisActive
column yet. - Fixed
BusinessOnBehalfRepository::findDefaultCompanyUserByCustomerId()
so it becomes compatible with CompanyUser module when there is noisActive
column yet.
1.0.3
Included commits: 1.0.2...1.0.3
Bugfixes
Added filtering by Company Status is Approved in findActiveCompanyUserIdsByCustomerId()
of BusinessOnBehalfRepository
1.0.2
Included commits: 1.0.1...1.0.2
Bugfixes
- Added a filter to Business On Behalf Repository if company user is active.
1.0.1
Included commits: 1.0.0...1.0.1
Improvements
- Updated
CompanyUser
module dependency version incomposer.json
.