You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating an Order Status through the console we are currently facing the following exception: Typed property craft\commerce\models\OrderHistory::$userId must not be accessed before initialization
This is a result by a previous fix that only sets the userId when the request is not a console-request (be857b5)
Therefor when doing the following, we get the error mentioned above.
What happened?
Description
When updating an Order Status through the console we are currently facing the following exception:
Typed property craft\commerce\models\OrderHistory::$userId must not be accessed before initialization
This is a result by a previous fix that only sets the userId when the request is not a console-request (be857b5)
Therefor when doing the following, we get the error mentioned above.
Craft CMS version
4.13.8
Craft Commerce version
4.7.2
PHP version
8.3
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: