- 링크결제_분리승인 상세 추가
This commit is contained in:
@@ -395,7 +395,7 @@ export const ListItem = ({
|
||||
);
|
||||
}
|
||||
else if (additionalServiceCategory === AdditionalServiceCategory.LinkPaymentHistory) {
|
||||
if (paymentStatus === "3" || paymentStatus === "4") {
|
||||
if (paymentStatus === "0" || paymentStatus === "3" || paymentStatus === "4") {
|
||||
rs.push(
|
||||
<div key="link-payment-history" className="transaction-details">
|
||||
<span>{getPaymentStatusText(paymentStatus)}</span>
|
||||
|
||||
Reference in New Issue
Block a user