Skip to content

Commit 6de4f6e

Browse files
committed
refactor : notification 로깅 추가
1 parent 656dde7 commit 6de4f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/umc/th/juinjang/api/apple/controller/AppleController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class AppleController {
3434
public ResponseEntity<Void> handleNotificationV2(@RequestBody ResponseBodyV2 requestBody) {
3535
ResponseBodyV2DecodedPayload payload = appleService.getNotificationPayload(requestBody);
3636
NotificationTypeV2 type = payload.getNotificationType();
37+
log.info("### Notification Type: {}", type);
3738

3839
Data data = payload.getData();
3940
JWSTransactionDecodedPayload transactionPayload =

0 commit comments

Comments
 (0)