mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: payment page
This commit is contained in:
@@ -50,7 +50,6 @@ export function useCreatePaymentLink(
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// Get Invoice Payment Link
|
||||
// -----------------------------------------
|
||||
export interface GetInvoicePaymentLinkResponse {
|
||||
@@ -82,6 +81,12 @@ export interface GetInvoicePaymentLinkResponse {
|
||||
total: number;
|
||||
totalFormatted: string;
|
||||
}>;
|
||||
taxes: Array<{
|
||||
name: string;
|
||||
taxRateAmount: number;
|
||||
taxRateAmountFormatted: string;
|
||||
taxRateCode: string;
|
||||
}>;
|
||||
}
|
||||
/**
|
||||
* Fetches the sharable invoice link metadata for a given link ID.
|
||||
|
||||
Reference in New Issue
Block a user