fix: payment portal page

This commit is contained in:
Ahmed Bouhuolia
2025-12-14 13:06:44 +02:00
parent 3cbdc3ec96
commit 2d4459c2f9
6 changed files with 11 additions and 8 deletions

View File

@@ -23,6 +23,8 @@ export function PaymentInvoicePreviewContent() {
termsConditions={sharableLinkMeta?.termsConditions}
statement={sharableLinkMeta?.invoiceMessage}
companyName={sharableLinkMeta?.companyName}
primaryColor={sharableLinkMeta?.brandingTemplate?.primaryColor}
secondaryColor={sharableLinkMeta?.brandingTemplate?.secondaryColor}
lines={sharableLinkMeta?.entries?.map((entry) => ({
item: entry.itemName,
description: entry.description,