Skip to content

Commit

Permalink
Fixes #5120 - Massenversand send error exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfschmidt committed Apr 22, 2024
1 parent 3f424b0 commit e2af853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/channel/driver/sms/massenversand.rb
Expand Up @@ -14,6 +14,7 @@ def deliver(options, attr, _notification = false)

true
rescue => e
url = build_url(options, attr)
message = "Error while performing request to gateway URL '#{url}'"
Rails.logger.error message
Rails.logger.error e
Expand Down

0 comments on commit e2af853

Please sign in to comment.