[CLD-6538] Renewal Card for Cloud Purchase Modal, remove unnecessary components (#25606)
* Add renewal card component to purchase modal, remove some unneeded components * Add back commented code * Fixes for pipelines * Delinquency modal skips invoice summary table if there is only one invoice * Updates * Fixes from ms precision changes * Fixes for tests after ms precision changes * A couple more occurrences * Removal of a bunch of code that's no longer necessary * Fix linter * Fix i18n * Fix * More fixing * Updates * Updates based on PR feedback --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
@@ -187,6 +187,8 @@ export type InvoiceLineItem = {
|
||||
description: string;
|
||||
type: typeof InvoiceLineItemType[keyof typeof InvoiceLineItemType];
|
||||
metadata: Record<string, string>;
|
||||
period_start: number;
|
||||
period_end: number;
|
||||
}
|
||||
|
||||
export type Limits = {
|
||||
|
||||
Ссылка в новой задаче
Block a user