lib/moip2/client.rb in moip2-0.1.0 vs lib/moip2/client.rb in moip2-0.1.1
- old
+ new
@@ -35,10 +35,9 @@
end
def post(path, resource)
options = opts().merge(body: convert_hash_keys_to(:camel_case, resource).to_json)
resp = self.class.post path, options
-
create_response resp
end
def put(path, resource)
options = opts().merge(body: convert_hash_keys_to(:camel_case, resource).to_json)