Account created on 24 August 2015, about 9 years ago
#

Recent comments

🇮🇹Italy roberto.musa

It is not a complete solution but it allows you to bypass error since it is not in the getTimeStamp() usage but it is the extendedDateTime that is set to NULL

File: /modules/commerce_license/src/EventSubscriber/LicenseRenewalCartEventSubscriber.php line 123

- '@extended-date' => $this->dateFormatter->format($extendedDatetime->getTimestamp()),
+ '@extended-date' => ($extendedDatetime == NULL) ? 0 : $this->dateFormatter->format($extendedDatetime->getTimestamp()),

Production build 0.71.5 2024