updated addressId to fix eshop
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user