|
@@ -805,8 +805,8 @@ public class TsfOrderService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * USAFE 보증보험 신청
|
|
|
|
|
- * temp.setOrdNo(111); // 상품명 배열
|
|
|
|
|
|
|
+ * USAFE 보증보험 입금 확인(보증보험 신청 완료 > 완료 후 취소안됨 주의)
|
|
|
|
|
+ * temp.setOrdNo(111); // 주문번호
|
|
|
* @param param
|
|
* @param param
|
|
|
* @author xodud1202
|
|
* @author xodud1202
|
|
|
* @since 2021. 04. 26
|
|
* @since 2021. 04. 26
|
|
@@ -816,6 +816,7 @@ public class TsfOrderService {
|
|
|
// 보증보험 정보 조회
|
|
// 보증보험 정보 조회
|
|
|
Order insurance = coreOrderDao.getInsuranceInfo(param);
|
|
Order insurance = coreOrderDao.getInsuranceInfo(param);
|
|
|
|
|
|
|
|
|
|
+ // 보증보험 신청 이력이 없으면 완료안됨
|
|
|
if(insurance != null) {
|
|
if(insurance != null) {
|
|
|
// 보증보험 입금 완료 정보 송부
|
|
// 보증보험 입금 완료 정보 송부
|
|
|
InsuranceManager manager = new InsuranceManager(env.getProperty("usafe.guarantee.send.url"), null);
|
|
InsuranceManager manager = new InsuranceManager(env.getProperty("usafe.guarantee.send.url"), null);
|