부가서비스
- 링크결제 간격 조절
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">
|
||||
|
||||
@@ -106,9 +106,9 @@ export const LinkPaymentWaitDetailPage = () => {
|
||||
additionalServiceCategory={AdditionalServiceCategory.LinkPaymentWait}
|
||||
titleInfo={titleInfo}
|
||||
></TitleInfoWrap>
|
||||
|
||||
<div className="txn-divider minus"></div>
|
||||
|
||||
</div>
|
||||
<div className="pay-detail">
|
||||
<div className="detail-divider"></div>
|
||||
<PaymentInfoWrap
|
||||
additionalServiceCategory={AdditionalServiceCategory.LinkPaymentWait}
|
||||
paymentInfo={paymentInfo}
|
||||
@@ -122,7 +122,7 @@ export const LinkPaymentWaitDetailPage = () => {
|
||||
>삭제</button>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</main >
|
||||
</>
|
||||
)
|
||||
};
|
||||
Reference in New Issue
Block a user