Skip to content

Commit

Permalink
Merge pull request #84 from reshmabidikar/work-for-release-0.23.x
Browse files Browse the repository at this point in the history
1272 - Renamed flag to includeInvoiceComponents
  • Loading branch information
pierre authored Oct 16, 2022
2 parents 8b2556c + 4501b5d commit 1be24da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/killbill_client/models/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def bundles(options = {})
def invoices(options = {})
self.class.get "#{KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/invoices",
{
:withInvoiceComponents => true
:includeInvoiceComponents => true
},
options,
Invoice
Expand Down

0 comments on commit 1be24da

Please sign in to comment.