From 18259567648079b21cfbc3533896ffa358967d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=84=B1=EC=A7=84?= Date: Tue, 24 Feb 2026 04:19:40 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=ED=86=A0=EC=8A=A4=20=ED=81=B4?= =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EC=96=B8=ED=8A=B8=ED=82=A4=20=EA=B0=9C?= =?UTF-8?q?=EB=B0=9C=EC=B2=B4=ED=97=98=EC=83=81=EC=A0=90=20->=20=EC=A0=95?= =?UTF-8?q?=EC=84=B1=EC=BB=B4=ED=8D=BC=EB=8B=88=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/payment/paymentActionClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/payment/paymentActionClient.tsx b/src/components/payment/paymentActionClient.tsx index 44df25fb..be110f1d 100644 --- a/src/components/payment/paymentActionClient.tsx +++ b/src/components/payment/paymentActionClient.tsx @@ -123,7 +123,7 @@ export default function PaymentCheckoutPage({ study }: Props) { '', ); - // Toss 에서 2자이상 50자이하 문자열을 요구함 + // Toss 에서 2자이상 50자이하 문자열을 요구함. if (customerKey.length < 2 || customerKey.length > 50) { throw new Error( `customerKey가 유효하지 않습니다: ${customerKey} (길이: ${customerKey.length})`,