recurly-client-ruby icon indicating copy to clipboard operation
recurly-client-ruby copied to clipboard

A Ruby API wrapper for Recurly

Results 15 recurly-client-ruby issues
Sort by recently updated
recently updated
newest added

Attempting to upgrade nokogiri to 1.13.3 results in the following deprecation message from the Recurly gem (API v2): ``` lib/recurly/xml/nokogiri.rb:11: warning: Passing a Node as the second parameter to Node.new...

question

_Warning_: Github issues are not an official support channel for Recurly. If you have an urgent request we suggest you contact us through an official channel: [email protected] or https://recurly.zendesk.com When...

bug

This PR aims to: * Adds `CustomerPermission`, `Entitlement` and `ExternalSubscription` models. * Adds `GET v2/accounts/{account_id}/entitlements` endpoint to this client library. Sample code request: ```ruby begin account = Recurly::Account.find('') account.entitlements.find_each do...

new feature
V2

Add `quantity_decimal` and `quantity_decimal_remaining` fields to `Adjustment` class. Add `amount_decimal` field to `Usage` class.

Proposing a new `Webhooks` helper module for smoothing out integration tasks. First item would be a helper to verify signed webhook requests. Example --- ```ruby begin Recurly::Webhooks.verify_signature(header, secret: ENV['WEBHOOKS_KEY'], body:...

Intermittent SSL Error is occurring when requesting Recurly service. Stack trace: ``` Recurly::Errors::SSLError: SSL_read: unexpected eof while reading /usr/local/bundle/gems/recurly-4.47.0/lib/recurly/client.rb:230:in `rescue in block in run_request': SSL_read: unexpected eof while reading (Recurly::Errors::SSLError)...

bug?

Refactor revrec to ruby for cleanliness

V2

# Problem The `Recurly::Resource` does not allow to compare to another object that does not respond to the `attributes` method.

How do I update billing info (switching to a different card) for an existing subscription? I can see a class for this in `lib/recurly/resources/subscription_change_billing_info.rb` but it seems to define no...

question

**Describe the bug** Hello, I noticed when I set the limit option to 5 or any number for the list_account_invoices method, it gets ignored and returns all account invoices every...

bug?