Skip to content

Commit

Permalink
ZuoraOrderFailure better string
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Oct 26, 2024
1 parent 9d67ff6 commit d428cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ object ZuoraLive {
} else {
ZIO.fail(
ZuoraOrderFailure(
s"[bb6f22ef] subscription number: ${subscription.subscriptionNumber}, payload: ${payload}, with answer ${response}"
s"[bb6f22ef] subscription number: ${subscription.subscriptionNumber}, payload: ${payload}, serialised payload: ${write(payload)}, with answer ${response}"
)
)
}
Expand Down

0 comments on commit d428cb3

Please sign in to comment.