Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 17, 2024
1 parent 684c1b3 commit 6347b98
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions feed/vizio.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,7 @@ function rowToVizioSearch($row)
]
];

$feed->configurationFeed->deeplinkTemplates = [[
"id" => "1",
"template" => "http://partner.com/[id]",
"tokenDefinitions" => [
[
"token" => "id",
"path" => "$.AvailabilityFeed.OnDemandOfferings.CustomAttributes.Id"
]
],
"action" => 0
]];
$feed->configurationFeed->deeplinkTemplates = [];

// Content Feed (productions)
$feed->contentFeed = new stdClass();
Expand Down

0 comments on commit 6347b98

Please sign in to comment.