feat: Hook up company address to payment page

This commit is contained in:
Ahmed Bouhuolia
2024-09-28 20:19:05 +02:00
parent e506a7ba35
commit 9b63c176cd
6 changed files with 123 additions and 23 deletions

View File

@@ -104,8 +104,11 @@ export interface GetInvoicePaymentLinkResponse {
name: string;
primaryColor: string;
logoUri: string;
addressTextFormatted: string;
}
>;
hasStripePaymentMethod: boolean;
isReceivable: boolean;
}
/**