lib/billogram/request.rb in billogram-0.6.1 vs lib/billogram/request.rb in billogram-0.6.2

- old
+ new

@@ -26,9 +26,9 @@ def raise_from(response) raise Billogram::Error.from_response(response) end def response - @response ||= Billogram.client.send(type, url, content) + @response ||= Billogram.client.send(type, "/#{url}", content) end end end