Forums
(@mateoramos1997)
4 years, 2 months ago
Hey @ironikus So if want to have the email as string should I acces using $data=$response_body->payload->object;
$data=$response_body->payload->object;
then $em=$data['email'];
$em=$data['email'];
I tried to do it that way and not worked