반품진행시 영업일 최대 3일 내 환불예정 문구 삭제
@@ -539,7 +539,7 @@
}
// 환불진행중
if (cre.chgStat == 'G685_33') {
- tag += ' <div class="order_text"><p>환불을 진행하고 있습니다.(영업일 최대 3일 내 환불 예정)</p></div>\n';
+ tag += ' <div class="order_text"><p>환불을 진행하고 있습니다.</p></div>\n';
// 반품완료
if (cre.chgStat == 'G685_60') {
@@ -106,7 +106,7 @@
<!-- 반품상품검수중 -->
<div class="order_text" th:if="${returnDtl.chgStat == 'G685_31' and returnDtl.chgGb == 'G680_30'}"><p>고객님이 반품하신 상품을 검수 중에 있습니다.</p></div>
<!-- 반품진행중 -->
- <div class="order_text" th:if="${returnDtl.chgStat == 'G685_33'}"><p>환불을 진행하고 있습니다.(영업일 최대 3일 내 환불 예정)</p></div>
+ <div class="order_text" th:if="${returnDtl.chgStat == 'G685_33'}"><p>환불을 진행하고 있습니다.</p></div>
<!-- 반품완료 -->
<div class="order_text" th:if="${returnDtl.chgStat == 'G685_60'}"><p>반품이 완료되었습니다.</p></div>
<!-- 반품철회 -->