From 155008813a32089b1dbdc48d14c19cb6e4e891a0 Mon Sep 17 00:00:00 2001 From: Reshma Bidikar <85998496+reshmabidikar@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:39:31 +0530 Subject: [PATCH] 1272 - Change to return invoice items by default --- lib/killbill_client/models/account.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/killbill_client/models/account.rb b/lib/killbill_client/models/account.rb index b980d0b..7bfee16 100644 --- a/lib/killbill_client/models/account.rb +++ b/lib/killbill_client/models/account.rb @@ -146,6 +146,7 @@ def bundles(options = {}) def invoices(options = {}) self.class.get "#{KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/invoices", { + :withInvoiceItems => true }, options, Invoice