Release Notes / Version 10.2107
Table Of Contents
StoreContext#getConnection()
has been introduced to make the commerce connection available via the store context.
Custom commerce vendor implementations that implement the
StoreContext
interface will have to be updated to carry and provide a commerce connection.
This is the preferred way over accessing
CurrentCommerceConnection
to obtain a commerce connection.
(CMS-10394)