extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 52 forks source link

Invailid assignment in `AbstractConfigurationFromTypoScriptService::getServices()` #527

Closed extcode closed 3 months ago

extcode commented 3 months ago

In current main the new method getServices() tries to assign the new Service $service to Extcode\Cart\Domain\Model\Cart\Service itself instead of to $services array.

Replace $service with $services in line 45 will fix this error.