Skip to content

feat: 홈페이지에서 결제완료 시 알림톡 및 이메일 보내는 로직 추가#49

Merged
earthyoung merged 3 commits into
mainfrom
feature/send-alimtalk-and-email-when-payment-finished
May 18, 2026
Merged

feat: 홈페이지에서 결제완료 시 알림톡 및 이메일 보내는 로직 추가#49
earthyoung merged 3 commits into
mainfrom
feature/send-alimtalk-and-email-when-payment-finished

Conversation

@earthyoung
Copy link
Copy Markdown
Contributor

  • 결제완료 시 알림톡 보내는 로직을 추가했습니다.
  • 결제완료 시 이메일 보내는 로직도 추가했습니다.
  • 새로 배포되었을 때 migration을 실행해서, 새 EmailNotificationTemplate 객체를 생성(get_or_create)하는 로직도 추가했습니다.
  • 테스트도 추가 및 성공 확인했습니다.
  • 이메일은 검수가 필요 없어서 바로 추가했지만, NHN 카카오 알림톡은 아직 검수 중입니다..! TODO로 둔 영역에 대해서는 알림톡 검수가 완료된 후, 해당 변수값만 바꾸고 머지할 예정이에요!

Comment thread app/core/settings.py Outdated
Comment thread app/notification/migrations/0003_seed_payment_completed_email_template.py Outdated
Comment thread app/notification/migrations/0003_seed_payment_completed_email_template.py Outdated
Comment thread app/notification/templates/payment_completed.html Outdated
Comment thread app/shop/payment_history/test/tasks_test.py Outdated
Comment thread app/shop/payment_history/test/tasks_test.py Outdated
Comment thread app/shop/payment_history/serializers.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Comment thread app/shop/payment_history/tasks.py Outdated
Copy link
Copy Markdown
Member

@MU-Software MU-Software left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

템플릿 변수를 제외하면 큰 로직 자체는 문제 없어보여서요, 대충 댓글 봐주시고 바로 머지하셔도 괜춘할 것 같습니다ㅎㅎ

@earthyoung earthyoung force-pushed the feature/send-alimtalk-and-email-when-payment-finished branch from cffa1f8 to 9021bec Compare May 18, 2026 15:02
@earthyoung earthyoung merged commit 48b302e into main May 18, 2026
1 check passed
@earthyoung earthyoung deleted the feature/send-alimtalk-and-email-when-payment-finished branch May 18, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants