mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: display promo group and active discount banners on gift page
Add promo group banner (green) and active discount banner (orange) to gift subscription page. PeriodCard now shows original price strikethrough and discount percentage badge from server-calculated values.
This commit is contained in:
@@ -40,6 +40,9 @@ export interface GiftConfig {
|
||||
payment_methods: GiftPaymentMethod[];
|
||||
balance_kopeks: number;
|
||||
currency_symbol: string;
|
||||
promo_group_name: string | null;
|
||||
active_discount_percent: number | null;
|
||||
active_discount_expires_at: string | null;
|
||||
}
|
||||
|
||||
export interface GiftPurchaseRequest {
|
||||
|
||||
Reference in New Issue
Block a user