Skip to content

Commit 51e85af

Browse files
committed
[skip]debugger(1m)
1 parent 1691358 commit 51e85af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/ep_postmaster/mailgun_post.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def initialize(params, webhook_url)
4545
end
4646

4747
def self.sign(timestamp, token, api_key)
48+
Rails.logger.info "#{timestamp} #{token} #{api_key}"
4849
digest = OpenSSL::Digest::SHA256.new
4950
data = [timestamp, token].join
5051
OpenSSL::HMAC.hexdigest(digest, api_key, data)

0 commit comments

Comments
 (0)