Skip to content

Commit

Permalink
Merge branch 'main' into agent-profile-design-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jindaliiita authored Jul 25, 2024
2 parents 8846462 + e52841f commit 1027679
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 1027679

Please sign in to comment.