Skip to content

Commit

Permalink
Message format
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Aug 30, 2024
1 parent fd7bb60 commit 75fd687
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ class SlackMessageService {
}
*/
section {
markdownText("*Customer Name:*\n$customerName\n*OrderId:*\n$orderId")
markdownText("*Customer Name:*\n$customerName")
markdownText("*OrderId:*\n$orderId")
}
section {
markdownText("*Address:*\n$address\n$googleMapsLink\n*Products:*\n${productNames.joinToString(", ")}")
markdownText("*Address:*\n$address\n$googleMapsLink")
markdownText("*Products:*\n${productNames.joinToString(", ")}")
}
actions {
button {
Expand Down

0 comments on commit 75fd687

Please sign in to comment.