We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1691358 commit 51e85afCopy full SHA for 51e85af
app/models/ep_postmaster/mailgun_post.rb
@@ -45,6 +45,7 @@ def initialize(params, webhook_url)
45
end
46
47
def self.sign(timestamp, token, api_key)
48
+ Rails.logger.info "#{timestamp} #{token} #{api_key}"
49
digest = OpenSSL::Digest::SHA256.new
50
data = [timestamp, token].join
51
OpenSSL::HMAC.hexdigest(digest, api_key, data)
0 commit comments