Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work for release 0.23.x #85

Merged
merged 9 commits into from
Dec 22, 2022
277 changes: 0 additions & 277 deletions .circleci/config.yml

This file was deleted.

6 changes: 1 addition & 5 deletions killbill_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ Gem::Specification.new do |s|

s.rdoc_options << '--exclude' << '.'

if RUBY_VERSION < '2.0.0'
s.add_dependency 'json', '>= 1.2.0', '< 2.0.0'
end

s.add_development_dependency 'gem-release', '~> 2.2'
s.add_development_dependency 'rake', '>= 10.0.0', '< 11.0.0'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.4'
end
1 change: 1 addition & 0 deletions lib/killbill_client/models/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def bundles(options = {})
def invoices(options = {})
self.class.get "#{KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/invoices",
{
:includeInvoiceComponents => true
},
options,
Invoice
Expand Down