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

Fix implementation of method_missing #32

Closed theorygeek closed 2 years ago

theorygeek commented 6 years ago

This removes a puts warning for method_missing, and replaces it with a super call. This is how method_missing is normally implemented in Ruby.

jongbeau commented 3 years ago

@cb-navaneedhan - can we get this merged?

cb-khushbubibay commented 2 years ago

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