mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) correct capitalization of AppSumo; add account management link
Summary: Branding feedback from AppSumo found a capitalization problem. They also nudged us again to include a link back for the user to manage their AppSumo account. Test Plan: manual Reviewers: dsagal, anaisconce Reviewed By: dsagal Subscribers: dsagal Differential Revision: https://phab.getgrist.com/D2901
This commit is contained in:
@@ -65,6 +65,9 @@ export interface BillingAccount {
|
||||
individual: boolean;
|
||||
product: Product;
|
||||
isManager: boolean;
|
||||
externalOptions?: {
|
||||
invoiceId?: string;
|
||||
};
|
||||
}
|
||||
|
||||
// Information about the product associated with an org or orgs.
|
||||
|
||||
Reference in New Issue
Block a user