- 링크결제_분리승인 페이지 추가

- KeyIn결제 FormData 생성
- 링크결제_분리승인 과련 Css 추가
This commit is contained in:
HyeonJongKim
2025-10-15 16:11:39 +09:00
parent 368b553bda
commit 097b1feb0f
20 changed files with 1171 additions and 136 deletions

View File

@@ -95,7 +95,6 @@ export const LinkPaymentApplyConfirmPage = () => {
onClick={() => onClickToConfirm()}
> </button>
</div>
<div className="home-indicator"></div>
</main>
</>
);

View File

@@ -111,6 +111,7 @@ export const LinkPaymentApplyPage = () => {
</div>
</div>
</main>
</>
);
};

View File

@@ -11,7 +11,7 @@ export const LinkPaymentApplySuccessPage = () => {
useSetFooterMode(false);
const onClickToHome = () => {
navigate(PATHS.home);
navigate(PATHS.additionalService.linkPayment.base);
};
return (