Skip to content

Commit

Permalink
Forgot to require HMAC_SHA1 in outcomes module
Browse files Browse the repository at this point in the history
  • Loading branch information
ktonon authored and omsmith committed Jun 20, 2015
1 parent a6032e3 commit 5e590ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/outcomes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ xml2js = require 'xml2js'
xml_builder = require 'xmlbuilder'

errors = require '../errors'
HMAC_SHA1 = require '../hmac-sha1'
utils = require '../utils'


Expand Down

0 comments on commit 5e590ff

Please sign in to comment.