🐛 | Drupal core | TypeError: Unsupported operand types: null + array in Drupal\Core\Cron->__construct() (line 133 of /var/www/html/web/core/lib/Drupal/Core/Cron.php) #0 /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php(261): Drupal\Core\Cron->_
🇫🇮Finland jgullstr
Happened to us due to a misconfigured services.yml returning queue.config as null.
🇫🇮Finland jgullstr
Currently, the payments pass, but get registered remotely with a truncated VAT rate. "setVatPercentage"-calls in the module cast VAT percentages to integer values, which removes the fractional part of the VAT rate, eg 25.5 turns into 25.
The API library probably needs to be regenerated before decimal values can be used, I have created an issue for that here.
🇫🇮Finland jgullstr
Added related issue #2213729: Items with empty entity reference field not shown in view when entity-reference based relationship is included →
Also, #231 works for 7.37