Problem/Motivation
Eager loading the storage onto the terminal form is not safe. A storage service carries references to the entity type manager, database connection, etc. — non-serializable things that will either fail on serialize() or be corrupted on unserialize(). Getting storage lazily is recommended.
Issue fork commerce_cardpointe-3592779
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 #4
tomtech commented