Skip to content

Commit

Permalink
Fix: 트랜잭션 묶기
Browse files Browse the repository at this point in the history
  • Loading branch information
marinesnow34 authored Mar 27, 2024
1 parent bfe1954 commit 1815717
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ private TosspaymentDto makeZeroPaymentDto(String paymentKey) {
}

@Override
@Transactional
public FailDto tossPaymentFail(String code, String orderId, String message) {
Order order = getOrder(orderId);
applyOrderFail(order);
Expand Down

0 comments on commit 1815717

Please sign in to comment.