Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
fix template delete endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
asolberg committed Apr 13, 2015
1 parent d3452e0 commit b3aea58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hello_sign/api/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_template(opts)
# template = @client.get_template :template_id => 'f57db65d3f933b5316d398057a36176831451a35'
#
def delete_template(opts)
post("/template/#{opts[:template_id]}")
post("/template/delete/#{opts[:template_id]}")
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/hello_sign/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HelloSign
VERSION = '3.0.10'
VERSION = '3.0.11'
end

0 comments on commit b3aea58

Please sign in to comment.