diff --git a/lib/bandwidth-iris/order.rb b/lib/bandwidth-iris/order.rb index a484d42..c32bca9 100644 --- a/lib/bandwidth-iris/order.rb +++ b/lib/bandwidth-iris/order.rb @@ -23,7 +23,7 @@ def self.get_order_response(client, id) data[:id] = id Order.new(data, client) end - wrap_client_arg :get + wrap_client_arg :get_order_response def self.list(client, query = nil) list = client.make_request(:get, client.concat_account_path(ORDER_PATH), query)[0][:orders][:order]