Payment Successful

Thanks for making a purchase you can check our order summary below

{#if lineItems !== undefined && lineItems.length == 0}

No items in the basket

{:else if lineItems !== undefined} {#each lineItems as item (item.id)} {/each} {/if}

{#if checkoutSession?.amount_total != null} Total Price: {formatCurrency( checkoutSession?.amount_total / 100, checkoutSession?.currency ?? 'gbp' )} {/if}