|
|
@@ -351,7 +351,7 @@ public class TsfCustomerService {
|
|
|
kakaotalkService.sendJoinCongrat(customer, coupon, customer.getCustNo());
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("error", e);
|
|
|
+ //log.error("error", e);
|
|
|
}
|
|
|
|
|
|
// 이메일 발송
|
|
|
@@ -360,7 +360,7 @@ public class TsfCustomerService {
|
|
|
// TODO : 2021.02.23 이메일 모듈 개발 필요 jsshin
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("error", e);
|
|
|
+ //log.error("error", e);
|
|
|
}
|
|
|
}
|
|
|
|