Jump to content

GET webservice formato


Recommended Posts

Muy buenas maestros.. ya investigue de todo pero no veo una solucion les comento mi problema estoy realizando un GET de las Ordenes de mi tienda (1.7) todo funciona bien solo el siguiente es el problema la respuesta la quiero transformar en un array. 

$orders = \Prestashop::get($opts);
 if ($orders->children()->children()->count() > 0) {
   return json_decode(json_encode($orders->children()->children()), true);
}else 
   return []

esto me retorna todo bien solo q ahora aparecieron esto..
image.png.b3652e550d83cb6f39b3580e366ac793.png

y antes me retornaba asi.

image.png.dd8a5d4e9085feb806b20717c2420180.png

alguien me podria orientar que es lo q paso o como podria solucionar.  para obtener el formato q siempre tenia.. 
muchas gracias por su tiempo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...