Resolve "Resq 1.5 changes" #1556
1 changed files with 1 additions and 1 deletions
|
|
@ -3678,7 +3678,7 @@ class APIController extends Controller implements LoggedController
|
|||
$cust_meta = $em->getRepository(CustomerMetadata::class)->findOneBy(['customer' => $cust]);
|
||||
if ($cust_meta != null)
|
||||
{
|
||||
$locations[] = $cust_meta->getAllMetaInfo();
|
||||
$locations = $cust_meta->getAllMetaInfo();
|
||||
}
|
||||
|
||||
$data = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue