mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: payment portal page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user