Skip to content

Commit

Permalink
use correct eventbrite variable name (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze authored Dec 18, 2024
1 parent ac6556b commit 8649a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ displayed if the 'eventbrite' field in the header is not set.
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: {{eventbrite}},
eventId: {{page.eventbrite}},
iframeContainerId: 'eventbrite-widget-container',
});
</script>
Expand Down

0 comments on commit 8649a97

Please sign in to comment.