Skip to content

Commit

Permalink
enable salesforce cancellation notification
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Sep 10, 2024
1 parent 05a7cb4 commit 0c7bb25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,7 @@ object NotificationHandler extends CohortHandler {
processingStage = Cancelled
)
)
// _ <- notifySalesforceOfCancelledStatus(cohortSpec, cohortItem, reason)
// Todo: get this back
_ <- notifySalesforceOfCancelledStatus(cohortSpec, cohortItem, reason)
_ <- Logging.error(
s"Subscription ${cohortItem.subscriptionName} has been cancelled, price rise notification not sent"
)
Expand Down

0 comments on commit 0c7bb25

Please sign in to comment.