From ff516ef48f7d7f55ee8d026d95d3bc302dccf6cb Mon Sep 17 00:00:00 2001 From: pricelees Date: Thu, 9 Oct 2025 15:11:49 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20OrderPostProcessorService=20?= =?UTF-8?q?=EC=97=90=EC=84=9C=EC=9D=98=20=EC=98=88=EC=99=B8=20=EB=B0=9C?= =?UTF-8?q?=EC=83=9D=EC=8B=9C=20=EC=98=88=EC=99=B8=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=EB=A1=9C=EA=B9=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roomescape/order/business/OrderPostProcessorService.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/kotlin/com/sangdol/roomescape/order/business/OrderPostProcessorService.kt b/service/src/main/kotlin/com/sangdol/roomescape/order/business/OrderPostProcessorService.kt index ccd7c9b9..f2fde854 100644 --- a/service/src/main/kotlin/com/sangdol/roomescape/order/business/OrderPostProcessorService.kt +++ b/service/src/main/kotlin/com/sangdol/roomescape/order/business/OrderPostProcessorService.kt @@ -39,8 +39,8 @@ class OrderPostProcessorService( log.info { "[processAfterPaymentConfirmation] 결제 정보 저장 및 예약 확정 처리 완료: reservationId=${reservationId}, paymentKey=${paymentKey}, paymentId=${paymentCreateResponse.paymentId}, paymentDetailId=${paymentCreateResponse.detailId}" } - } catch (_: Exception) { - log.warn { "[processAfterPaymentConfirmation] 결제 정보 저장 및 예약 확정 처리 실패. 작업 저장 시작: reservationId=${reservationId}, paymentKey=$paymentKey}" } + } catch (e: Exception) { + log.warn(e) { "[processAfterPaymentConfirmation] 결제 정보 저장 및 예약 확정 처리 실패. 작업 저장 시작: reservationId=${reservationId}, paymentKey=$paymentKey}" } transactionExecutionUtil.withNewTransaction(isReadOnly = false) { PostOrderTaskEntity(