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
src/controllers/OrderController.php
Строка 50.
Меняем
if ($shopOrder->cms_user_id == \Yii::$app->user->identity->id) {
на
if ($shopOrder->cmsUser->id == \Yii::$app->user->identity->id) {
The text was updated successfully, but these errors were encountered:
src/controllers/OrderController.php
Строка 50.
Меняем
if ($shopOrder->cms_user_id == \Yii::$app->user->identity->id) {
на
if ($shopOrder->cmsUser->id == \Yii::$app->user->identity->id) {
The text was updated successfully, but these errors were encountered: