From 549e0ac9d748f49272059ea2464ebeaac188c979 Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Wed, 10 Jul 2024 18:41:18 +0800 Subject: [PATCH] chore: use more consistent names from stripe --- libs/shared-entity/src/dto/billing_dto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/shared-entity/src/dto/billing_dto.rs b/libs/shared-entity/src/dto/billing_dto.rs index ef059c22..b5942c14 100644 --- a/libs/shared-entity/src/dto/billing_dto.rs +++ b/libs/shared-entity/src/dto/billing_dto.rs @@ -88,7 +88,7 @@ pub struct WorkspaceSubscriptionStatus { pub subscription_status: SubscriptionStatus, pub subscription_quantity: u64, pub cancel_at: Option, - pub current_end_date: i64, + pub current_period_end: i64, } #[derive(Serialize, Deserialize)]