chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

puts statements in method_missing #41

Closed davidw closed 2 years ago

davidw commented 5 years ago

I'm trying to simply do a puts chargebee_result, but this gets printed out:

https://github.com/chargebee/chargebee-ruby/blob/master/lib/chargebee/models/model.rb#L49

It might be better to have that output to STDERR, so as to not interfere with scripts trying to simply print out the result object.

cb-khushbubibay commented 2 years ago

This issue has been addressed in v2.13.1. Hence closing it.