From f99c6048ad9f319a250e07fb9690ec7d07e1e39b Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Wed, 1 Jan 2025 16:13:04 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(subscribe):=20Add=20subscribe?= =?UTF-8?q?=5Fdiscount=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/app/(main)/(user)/payment/page.tsx | 3 --- apps/user/services/user/typings.d.ts | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/user/app/(main)/(user)/payment/page.tsx b/apps/user/app/(main)/(user)/payment/page.tsx index d813ff5..b0e3be5 100644 --- a/apps/user/app/(main)/(user)/payment/page.tsx +++ b/apps/user/app/(main)/(user)/payment/page.tsx @@ -146,10 +146,7 @@ export default function Page() { diff --git a/apps/user/services/user/typings.d.ts b/apps/user/services/user/typings.d.ts index 0c7c119..93bae00 100644 --- a/apps/user/services/user/typings.d.ts +++ b/apps/user/services/user/typings.d.ts @@ -244,6 +244,7 @@ declare namespace API { coupon: string; coupon_discount: number; fee_amount: number; + subscribe_discount: number; discount_list: SubscribeDiscountInfo[]; };