From dc3e005a38e24690cc01ab77df80c95fdcf5d1aa Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:58:13 -0400 Subject: [PATCH] SWI-1614 Update order.rb Fixes #44 --- lib/bandwidth-iris/order.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]