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