Created
November 27, 2014 14:53
-
-
Save fditrapani/6c279f09e0b4b1310577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Convert product JSON information into an array | |
$products = json_decode($products['response'], TRUE); | |
// Get the ID of the first product | |
$product_id = $products['products'][0]['id']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment