Skip to content

Commit

Permalink
Test: paymentRecord.save() comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
nampongo committed Apr 16, 2024
1 parent 26ca2fa commit fd5c2a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void savePaymentRecord(MyChallenge myChallenge, Long memberId, PaymentSta

try {
PaymentRecord paymentRecord = PaymentRecord.of(status, memberId, myChallenge, groupTitle);
paymentRecordRepository.save(paymentRecord);
// paymentRecordRepository.save(paymentRecord);
} catch (Exception e) {
// throw new PaymentRecordExistException("이미 존재하는 예치금 내역입니다.");
log.error("------------------- sql exception");
Expand Down

0 comments on commit fd5c2a2

Please sign in to comment.