var exampleCallback = function() {
console.log(‚Bestellung ist abgeschlossen!‘);
};
window.EBWidgets.createWidget({
// Required
widgetType: ‚checkout‘,
eventId: ‚193427856927‘,
iframeContainerId: ‚eventbrite-widget-container-193427856927‘,
// 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
});
