'use client'; import PaymentButton from '@/app/components/PaymentButton'; import { PRODUCTS } from '@/lib/products'; // DB products 테이블에 등록된 상품만 테스트 가능 const TEST_PRODUCTS = [ 'saju_detail', // 1,000원 ]; export default function PaymentTestPage() { return (
포트원 V2 테스트 모드 — 실제 청구되지 않습니다.
{product.name}
{product.price.toLocaleString()}원 {product.type === 'monthly' && ' / 월'} ({id})