updated addressId to fix eshop

This commit is contained in:
Luca Haid
2025-08-08 08:07:14 +00:00
parent be447b90fb
commit a2dedec34a

View File

@@ -381,7 +381,7 @@ class WarehouseEShopOrderController extends TTCrud {
$json['status'] = 'new';
$json['create'] = time();
$json['createBy'] = $this->user->id;
$json['addressId'] = $this->user->address_id; // Store the address_id of the ordering user
$json['addressId'] = 209
Helper::validateArray($json, $this->getCheckArray());