Subversion Repositories cheapmusic

Rev

Rev 99 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 136
Line 19... Line 19...
19
 
19
 
20
// Get linkshare listings by advertiser id
20
// Get linkshare listings by advertiser id
21
function get_walmartCategory($config, $query, $searchCondition, $categoryId, $subCategories = []) {
21
function get_walmartCategory($config, $query, $searchCondition, $categoryId, $subCategories = []) {
22
    // API request variables
22
    // API request variables
23
    $numResults = $config['numResults'];
23
    $numResults = $config['numResults'];
-
 
24
    $url = '[cached]';
24
 
25
 
25
    $result = getSearchCache("walmart", $query, $categoryId);
26
    $result = getSearchCache("walmart", $query, $categoryId);
26
    if ($result === false) {
27
    if ($result === false) {
27
        // Construct the findItemsByKeywords HTTP GET call
28
        // Construct the findItemsByKeywords HTTP GET call
28
        $params = [];
29
        $params = [];