test
This commit is contained in:
@@ -73,7 +73,7 @@ class Wiaas_REST_Customer_API {
|
||||
|
||||
$customer_shops = array_map(function($customer_shop) {
|
||||
return array(
|
||||
'id' => $customer_shop['owner_id'],
|
||||
'id' => absint($customer_shop['owner_id']),
|
||||
'type' => $customer_shop['order_type'],
|
||||
'name' => wiaas_get_organization_name($customer_shop['owner_id'])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user