Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Oct 24, 2024
1 parent e5cecc2 commit 90f2ccb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ object AmendmentHandler extends CohortHandler {
)
}

_ <- Logging.info(s"Amending subscription ${subscriptionBeforeUpdate.subscriptionNumber} with update ${update}")

newSubscriptionId <- Zuora.updateSubscription(subscriptionBeforeUpdate, update)

subscriptionAfterUpdate <- fetchSubscription(item)
Expand Down

0 comments on commit 90f2ccb

Please sign in to comment.