fix: [payment] 더미 시더 무료 체험 기간 14일 → 7일로 변경

This commit is contained in:
김보곤
2026-03-15 11:11:47 +09:00
parent 9d2333bfb1
commit a7f98ccdf5

View File

@@ -48,7 +48,7 @@ private function createPlans(int $userId): array
'free' => [
'name' => '무료 체험',
'code' => 'FREE',
'description' => '14일 무료 체험',
'description' => '7일 무료 체험',
'price' => 0,
'billing_cycle' => Plan::BILLING_MONTHLY,
'features' => ['basic_features', 'limited_users'],