Skip to content

Commit

Permalink
Merge pull request #48 from lotteon2/hotfix/settlement-noti
Browse files Browse the repository at this point in the history
fix: 알림 주소 수정
  • Loading branch information
nowgnas authored Jan 19, 2024
2 parents 97c0ae3 + 4b435d0 commit 99ddad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void saveMultipleNotification(
.map(
item ->
MemberNotificationCommand.toEntity(
1L, publishInformation.getRole(), notification))
item, publishInformation.getRole(), notification))
.collect(Collectors.toList());
notification.setMemberNotifications(memberNotifications);
notificationJpaRepository.save(notification);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private static PublishRequest makePublishRequest(NotificationInformation notifyD
.message(
notifyData.getType()
+ "\n"
+ "https://blooming.blooms.mall.stockey.kr"
+ "https://blooming.blooms.shop.stockey.kr"
+ notifyData.getRedirectUrl())
.phoneNumber("+82" + notifyData.getPhoneNumber())
.build();
Expand Down

0 comments on commit 99ddad7

Please sign in to comment.