mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
fix: attach branding template attrs to payment page
This commit is contained in:
@@ -106,6 +106,10 @@ export interface GetInvoicePaymentLinkResponse {
|
||||
taxRateAmountFormatted: string;
|
||||
taxRateCode: string;
|
||||
}>;
|
||||
brandingTemplate: {
|
||||
companyLogoUri: string;
|
||||
primaryColor: string;
|
||||
};
|
||||
organization: GetInvoicePaymentLinkOrganizationRes;
|
||||
hasStripePaymentMethod: boolean;
|
||||
isReceivable: boolean;
|
||||
|
||||
Reference in New Issue
Block a user