Spanish Rock Night - Special Event - 21andOver
March 31, 2018 –
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '44201063571',
iframeContainerId: 'eventbrite-widget-container-44201063571',
// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});