Upgrade the SharedCartPage module
Edit on GitHubUpgrading from version 1.* to version 2.*
From version 2 we have removed the disabled users from the shared list. The ability to enable/disable users was added to the CompanyUser
module, version 2.0.0.
Estimated migration time: 10 minutes To upgrade to the new version of the module, do the following:
- Upgrade the
CompanyUser
module to version 2.0.0. See Upgrade the CompanyUser module for more details:
composer require spryker/company-user: “^2.0.0”
- Regenerate transfer objects:
vendor/bin/console transfer:generate
Thank you!
For submitting the form