@@ -418,6 +418,9 @@ public class TsfOrderService {
}
throw new IllegalArgumentException("결제 정보 저장 실패. 새로고침 후 다시 시작해주세요.");
+ } else {
+ // TB_DELIVERY_FEE PAY_SQ 등록
+ coreOrderDao.updateDeliveryFeePaySq(result);
} catch(Exception e) {
e.printStackTrace();