recurly-client-ruby

A Ruby API wrapper for Recurly

MIT License

Downloads
4.5M
Stars
183
Committers
20

Bot releases are hidden (Show)

recurly-client-ruby - 2.4.9

Published by bhelx almost 9 years ago

v2.4.9 (2015-11-18)

  • Fixed array change tracking issue around redemptions PR
recurly-client-ruby - 2.4.8

Published by bhelx almost 9 years ago

v2.4.8 (2015-10-21)

  • Add cc_emails attribute to Account PR
  • Add webhooks parsers PR
  • Fixed setup_fee_accounting_code spec PR
recurly-client-ruby - 2.4.7

Published by bhelx about 9 years ago

v2.4.7 (2015-10-02)

  • Ignore associations defined in xml but not in the Resource subclasses PR
  • Added support for editing and restoring coupons PR
  • Added support for bulk coupons and coupon code generation PR
recurly-client-ruby - v2.4.6

Published by bhelx about 9 years ago

v2.4.6 (2015-8-31)

  • Added applies_to_non_plan_charges attribute to Coupon
  • Adding gateway_error_code to Transaction
  • Adding redemption_resource to Coupon
  • Added max_redemptions_per_account attribute to Coupon
  • Added redemptions attribute to Subscription
  • Added setup_fee_accounting_code attribute to Plan
  • Add support for Resource.find_each to be chained with other iterator methods without passing a block
recurly-client-ruby - v2.4.5 (2015-7-31)

Published by bhelx about 9 years ago

v2.4.5 (2015-7-31)

  • Added ability to enter offline payment PR
  • Add tax_exempt, tax_code, and accounting_code support for one time transactions PR
  • Added duration, temporal_unit, and temporal_amount to 'Coupon' PR
recurly-client-ruby - v2.4.4 (2015-6-25)

Published by cbarton over 9 years ago

  • Add refund_apply_order to Invoice when creating a refund PR
  • Fix association loading when fetching a resource via RJSv2 PR
recurly-client-ruby - v2.4.3 (2015-05-26)

Published by cbarton over 9 years ago

  • Add bank_account_authorized_at to Subscription PR
  • Add ip_address to Transaction PR
recurly-client-ruby - v2.4.2 (2015-4-28)

Published by cbarton over 9 years ago

  • Fix paged resource loading when the uuid needs to be escaped, fixes 174, PR
  • Add tax_type, tax_rate, tax_region to Adjustment PR
  • Add net_terms and collection_method to Invoice PR
  • Added bank_account attributes to BillingInfo:
    • name_on_account
    • account_type (checking or savings)
    • last_four
    • routing_number
    • PR
recurly-client-ruby - v2.4.1 (2015-1-23)

Published by bhelx over 9 years ago

  • Add vat_location_valid to Account PR
  • Add Invoice#invoice_number_prefix and Invoice#invoice_number_with_prefix to make use of the new
    Country Invoice Sequencing feature PR
  • Fixes issue with Subscription#pending_subscription currency value PR
recurly-client-ruby - v2.4.0 (2015-1-7)

Published by cbarton almost 10 years ago

  • Add Invoice#original_invoice for refund invoices
recurly-client-ruby - v2.3.8 (2014-12-22)

Published by cbarton almost 10 years ago

  • Add Invoice#tax_region and Subscription#tax_region
  • Add Invoice#address and Subscription#address when previewing
  • Add Subscription#update_notes to update a subscription's notes
  • Add AddOn#accounting_code
recurly-client-ruby - v2.3.7 (2014-12-8)

Published by cbarton almost 10 years ago

  • Add 'public_key' property to Recurly.js
  • Adds support for reading and writing custom invoice notes
recurly-client-ruby - v2.3.6 (2014-11-6)

Published by chrissrogers almost 10 years ago

  • Fixes issue with broken association lookups
recurly-client-ruby - v2.3.5 (2014-10-30)

Published by cbarton almost 10 years ago

  • Adding invoice refunds by line item: invoice.refund(line_items)
recurly-client-ruby - v2.3.4 (2014-10-3)

Published by cbarton about 10 years ago

  • Adding invoice preview: account.build_invoice 0bc0d01
recurly-client-ruby - v2.3.2 (2014-9-9)

Published by chrissrogers about 10 years ago

  • Added Amazon Billing Agreement support 024269
  • Added account entity_use_code when the site is integrated with Avalara 633df6
  • Added bulk parameter 8cb157
recurly-client-ruby - v2.3.1 (2014-5-23)

Published by cbarton over 10 years ago

  • Added subscription change preview: subscription.preview
  • Added subscription estimated cost for new and change previews: subscription.cost_in_cents
  • Added subscription remaining billing cycles: subscription.remaining_billing_cycles
recurly-client-ruby - v2.3.0 (2014-5-14)

Published by cbarton over 10 years ago

  • Added subscription preview: Recurly::Subscription.preview
  • Added tax details to adjustments: adjustment.tax_details
  • Removed taxable support on adjustments
  • Added tax_exempt to accounts, adjustments and plans
  • Added tax_rate, tax_type to invoices and subscriptions
  • Added tax_in_cents to subscriptions
recurly-client-ruby - v2.2.3 (2014-5-9)

Published by cbarton over 10 years ago

Features

  • Added token_id support to BillingInfo #137
recurly-client-ruby - v2.2.2 (2014-2-21)

Published by drewish over 10 years ago

Features

  • Added ability to determine a transaction's payment method: Transaction#payment_method (PR)
  • Added ability to determine the date an invoice was closed: Invoice#closed_at (PR)

Bug Fixes

  • The gem now explicitly requires Ruby 1.9.3 or newer (PR)