The product {purchaseDetails.contractTerms.summary!} has
received a total refund of{" "}
Note that additional fees from the exchange may apply.
> ); } export function createRefundPage(): JSX.Element { const url = new URL(document.location.href); const container = document.getElementById("container"); if (!container) { throw Error("fatal: can't mount component, container missing") } const talerRefundUri = url.searchParams.get("talerRefundUri"); if (!talerRefundUri) { throw Error("taler refund URI requred"); } return