fix: 로또 페이지 리다이렉트 복원 + 사주 가격 1,000원으로 변경
- 로또 서비스 페이지: 토스 정책으로 숨겼던 페이지를 PortOne 전환에 맞춰 복원 - 사주 상세 해석 가격: 4,900원 → 1,000원 (lib/products.ts, UI, schema.sql) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ export const PRODUCTS: Record<string, Product> = {
|
||||
saju_detail: {
|
||||
id: 'saju_detail',
|
||||
name: 'AI 사주 상세 리포트',
|
||||
price: 4900,
|
||||
price: 1000,
|
||||
type: 'one_time',
|
||||
description: 'AI 12가지 항목 상세 해석',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user