Qhiliqq Posted August 28, 2018 Share Posted August 28, 2018 Hello everyone, I created a module for a service. So far so good. The question I have is the following: I get a response via json_decode and want this in a customfield named uuid. This customfield is admin only. $result = curl_exec($ch); $uuid = json_decode($result); echo $uuid->{'uuid'}; <--- I want this output to be saved in $params["customfields"]["uuid"] [/Code] How could I make this working? Only via SQL? Regards. 0 Quote Link to comment Share on other sites More sharing options...
Qhiliqq Posted August 31, 2018 Author Share Posted August 31, 2018 #closed 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.