Skip to content

Commit

Permalink
Info log for user
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Sep 20, 2024
1 parent f9d101d commit 149d3c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ class SlackMessageService {
fun updateOrderMessage(
params: SlackMessageParams
) {

log.info("Username: ${params.userName}")

val slackResponse = when(params.orderStatus) {
OrderStatus.RIDER_ASSIGNED -> updateOrderMessageToAccepted(params)
OrderStatus.DELIVERY_IN_PROGRESS -> updateOrderMessageToDeliveryInProgress(params)
Expand Down

0 comments on commit 149d3c2

Please sign in to comment.