Skip to content

Commit

Permalink
Merge pull request #151 from Next-Room/f/log
Browse files Browse the repository at this point in the history
[TEST] notification 테스트 검증 로직 주석
  • Loading branch information
eunsol-an authored Dec 1, 2024
2 parents 3a1ecb6 + 75ed10a commit 352241c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public SubscriptionDto.SubscriptionNotification getSubscriptionNotification(Stri

log.info("PURCHASE TOKEN AT NOTIFICATION : {}", publishedMessage.toString());

validateEnvironment(publishedMessage);
// validateEnvironment(publishedMessage);
validatePackageName(publishedMessage);

return publishedMessage.getSubscriptionNotification();
Expand Down

0 comments on commit 352241c

Please sign in to comment.