Skip to content

Commit

Permalink
feat: test webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Oct 3, 2024
1 parent 393d7ad commit 0349a6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def call
deliver_error_webhook(customer:, code:, message:)
return result if e.error_code.to_i < 500
raise e
rescue Integrations::Aggregator::BasePayload::Failure => e
deliver_error_webhook(code: e.code, message: e.code.humanize)
end

private
Expand Down

0 comments on commit 0349a6f

Please sign in to comment.