Simple wrapper for interacting with Sign2Pay's Signature Verification Service - Hancock
Add this line to your application's Gemfile:
gem 's2p_hancock'
And then execute:
$ bundle
Or install it yourself as:
$ gem install s2p_hancock
require 's2p_hancock'
S2PHancock.license_key = "<YOUR LICENSE KEY>"
S2PHancock.endpoint = "<YOUR HANCOCK INSTANCE URL>"
request = S2PHancock::Request.new(:signature_id => "534d568369702d3f640a0000")
resp = request.process
- Fork it ( http://github.com/sign2pay/s2p_hancock/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request