Jump to content

Edit History

fanie

fanie

How do you return your data from the php function ?

Instead of 

return $result;

you can try

 die(Tools::JsonEncode($result));

 

fanie

fanie

How do you return your data from the php function ?

Instead of a ``return $result;``, you can try ``die(Tools::JsonEncode($result));``

×
×
  • Create New...