diff --git a/lib/killbill_client/models/account.rb b/lib/killbill_client/models/account.rb index 7bfee16..b7fc20d 100644 --- a/lib/killbill_client/models/account.rb +++ b/lib/killbill_client/models/account.rb @@ -146,7 +146,7 @@ def bundles(options = {}) def invoices(options = {}) self.class.get "#{KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/invoices", { - :withInvoiceItems => true + :withInvoiceComponents => true }, options, Invoice