Describe your bug or feature request.
This was already done for various Commerce submodules (payment, store, commerce core), let's convert all the remaining ones at once.
Issue fork commerce-3560761
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jsacksick commentedComment #5
jsacksick commentedComment #7
jsacksick commentedDone!!
There are 2-3 changes that may be considered "breaking" changes, but we didn't really have a choice. Instantiating the entity storage from the constructor is considered bad practice and was causing circular dependencies.