#codemasterjamal
1 messages · Page 1 of 1 (latest)
Can you give some more details? Where is that code from?
it's in the documentation create.php
I was trying to figure out how to get the values out of the $items object.
You'd just iterate through $items and check each of the IDs for each item
could you perhaps provide an example?
I never done something like this with PHP I got the webhook to work, I just need to figure out how to untwine the JSON objects.
I don't have an example handy, but there's a lot of online resources for traversing through an array in PHP that you'd be able to find yourself