We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997bf9 commit fe5155dCopy full SHA for fe5155d
lib/webhook_system/encoder.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
3
+require 'base64'
4
+
5
module WebhookSystem
6
7
# Class in charge of encoding and decoding encrypted payload
0 commit comments