@inttegro/reactReact adapter for Inttegro hosted workflows. The component automatically uses
@inttegro/js to load the executable runtime from Inttegro's fixed origin; it
does not bundle the payment-collection runtime.
import { Checkout } from '@inttegro/react'
export function Payment({ orderId }: { orderId: string }) {
return (
<Checkout
orderId={orderId}
onCompleted={() => location.assign('/complete')}
/>
)
}
React component adapter for Inttegro-hosted Checkout.