fix: [payment] 더미 시더 무료 체험 기간 14일 → 7일로 변경
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user