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
51
forks
source link
Invailid assignment in `AbstractConfigurationFromTypoScriptService::getServices()` #527
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.
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.