Skip to content

Commit

Permalink
chore: 알림 data에 order_id도 같이 보냄.
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Dec 30, 2020
1 parent 7052537 commit 430b256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/storage/CloudMessageRepositoryImpl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class CloudMessageRepositoryImpl extends CloudMessageRepository {
body: '픽업대에서 기다리고 있습니다 :)',
},
data: {
order_id: order.id.toString(),
number: order.number.toString(),
cafeteria_id: order.cafeteriaId.toString(),
},
Expand Down

0 comments on commit 430b256

Please sign in to comment.