Checkout Flow
<script type="module"> import { defineWodiraElements } from '@wodira/browser/ui'; defineWodiraElements();</script>
<wodira-checkout-flow publishable-key="wpk_live_..." event-id="event_..." success-url="https://organizador.com/gracias" cancel-url="https://organizador.com/cancelado"></wodira-checkout-flow>JS factory
Sección titulada «JS factory»import { createWodiraCheckoutFlow } from '@wodira/browser/ui';
createWodiraCheckoutFlow(document.querySelector('#checkout')!, { publishableKey: 'wpk_live_...', eventId: 'event_...', successUrl: 'https://organizador.com/gracias', cancelUrl: 'https://organizador.com/cancelado',});Atributos
Sección titulada «Atributos»publishable-keybase-urlevent-idsuccess-urlcancel-urllocaleauto-redirect