5€
var exampleCallback = function() { console.log('Pedido completo'); }; window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: '230805454327', iframeContainerId: 'eventbrite-widget-container-230805454327', // 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 }); Sinopsis En la luna, junto a las estrellas, […]
Más información »