]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commit
fix(ERP-252): safe serialization of deliveryText in logs (array to string fix)
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 20:25:19 +0000 (23:25 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 20:25:19 +0000 (23:25 +0300)
commit7dfc90f1c32f3c4be9a3e444cab500f9d3aa3199
tree219bb0f9caf36506627e0ac317aa0a49e785bb25
parent2b869193c0e7da1c765273672463950a9b3b097b
fix(ERP-252): safe serialization of deliveryText in logs (array to string fix)

$rawData['delivery'] can be array (JSON object), not just string.
Use json_encode for non-string values in log messages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
erp24/services/MarketplaceService.php