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

[#52] Implement a configurable http timeout #53

Closed timkaechele closed 2 years ago

timkaechele commented 3 years ago

Description

This PR implements a new configuration option that allows users of the SDK to specify their own http timeouts.

Closes #52

cb-prajaktachavan commented 2 years ago

This has been merged in v2.11.0. You can set own http connect and read timeouts using ChargeBee.update_connect_timeout_secs() and ChargeBee.update_read_timeout_secs().