Skip to content

Commit

Permalink
Staging delivery channel
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Aug 30, 2024
1 parent b41c1a0 commit 3682a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class SlackMessageService {

if (!response.isOk) {
log.error("Slack API error: ${response.error}")
log.error("Needed: ${response.needed}, Provided: ${response.provided}")
throw SlackException("Failed to send slack message for orderId: $orderId. Error: ${response.error}")
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-staging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ mollie.paymentWebhookUrl=https://carbonara-core-mkvkriomda-ew.a.run.app/mollie-p
google.apiKey=${sm://projects/897213585789/secrets/google-apiKey}

slack.token=${sm://projects/897213585789/secrets/slack-token}
slack.channel=C07GLAASC5P
slack.channel=C07KMKK3ZDX

0 comments on commit 3682a1d

Please sign in to comment.