Skip to content

Commit 4ecb51f

Browse files
committed
feat: 결제페이지 환불정책 텍스트 추가
1 parent 8733da7 commit 4ecb51f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • apps/ticket/src/app/(pages)/order/[orderId]/_clientBoundary/TossPaymentWidget

apps/ticket/src/app/(pages)/order/[orderId]/_clientBoundary/TossPaymentWidget/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { useCallback, useEffect, useRef, useState } from "react";
44
import Script from "next/script";
55
import classNames from "classnames/bind";
66

7+
import { Typography } from "@permit/design-system";
78
import { useReservationReadyQuery } from "@/data/reservations/getReservationReady/queries";
89
import { LoadingIndicator } from "@/shared/components/LoadingIndicator";
910

@@ -110,6 +111,11 @@ export const TossPaymentWidget = ({ orderId }: Props) => {
110111
<button id="payment-button" className={cx("payment_button", { hidden: !isWidgetRendered })}>
111112
결제하기
112113
</button>
114+
<br />
115+
<br />
116+
<Typography type="body14" color="gray300">
117+
* 환불 정책은 아래를 참고해주세요.
118+
</Typography>
113119
</div>
114120
</>
115121
);

0 commit comments

Comments
 (0)