부가서비스
- 링크결제 간격 조절
This commit is contained in:
@@ -64,7 +64,7 @@ export const LinkPaymentDetailPage = () => {
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Resend 실패: ", error);
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
@@ -106,8 +106,8 @@ export const LinkPaymentDetailPage = () => {
|
||||
<div className="tab-pane sub active">
|
||||
<div className="pay-top">
|
||||
<TitleInfoWrap
|
||||
additionalServiceCategory={AdditionalServiceCategory.LinkPaymentHistory}
|
||||
titleInfo={titleInfo}
|
||||
additionalServiceCategory={AdditionalServiceCategory.LinkPaymentHistory}
|
||||
titleInfo={titleInfo}
|
||||
></TitleInfoWrap>
|
||||
</div>
|
||||
<div className="pay-detail">
|
||||
|
||||
Reference in New Issue
Block a user