We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656dde7 commit 6de4f6eCopy full SHA for 6de4f6e
src/main/java/umc/th/juinjang/api/apple/controller/AppleController.java
@@ -34,6 +34,7 @@ public class AppleController {
34
public ResponseEntity<Void> handleNotificationV2(@RequestBody ResponseBodyV2 requestBody) {
35
ResponseBodyV2DecodedPayload payload = appleService.getNotificationPayload(requestBody);
36
NotificationTypeV2 type = payload.getNotificationType();
37
+ log.info("### Notification Type: {}", type);
38
39
Data data = payload.getData();
40
JWSTransactionDecodedPayload transactionPayload =
0 commit comments