@@ -68,7 +68,7 @@ class Message extends Api
$notification->setIncludedSegments([$segment]);
$data['url']='https://www.westkiss.com/';
$data['type']=0;
- $jsons = json_encode($data);
+ $jsons = json($data);
$notification->setData($jsons);
return $notification;
}