Skip to content

Commit

Permalink
Merge pull request #257 from hlxsites/minor-change-id
Browse files Browse the repository at this point in the history
Update agent id from page metadata
  • Loading branch information
RitwikSrivastava authored Jul 17, 2024
2 parents 0463480 + e6b30b1 commit e52841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/agent-testimonials/agent-testimonials.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function decorate(block) {
});
};

const externalID = getMetadata('externalid');
const externalID = getMetadata('id');
fetch(`https://testimonialtree.com/Widgets/jsonFeed.aspx?widgetid=45133&externalID=${externalID}`)
.then((response) => response.json())
.then((data) => {
Expand Down

0 comments on commit e52841f

Please sign in to comment.