Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 8.44 KB

CHANGELOG.md

File metadata and controls

77 lines (61 loc) · 8.44 KB

Unreleased

4.0.0 (2024-08-07)

3.1.0 (2024-01-03)

  • #693 gemspec: add change,issue,source_code URL by @mtmail

  • #700 update the balance API to respond with instant_available by @iamnader

  • #687 Add PaymentIntent Webhooks by @klaustopher

  • #708 Implement Stripe::Checkout::Session.retrieve by @coorasse

  • #711 Adding account link mock by @amenon

  • #715 Added application_fee_amount to mock charge object by @espen

  • #694 Introduce ideal and sepa_debit types for PaymentMethod by @mnin

  • #720 Add additional parameters by @rpietraszko

  • #695 Add has_more attribute to all ListObject instances by @gbp

  • #727 Fix List initialize error with deleted records by @jmulieri

  • #739 Add data to account links by @dudyn5ky1

  • #756 Added #715 PR to changelog by @espen

  • #759 Adding express dashboard login link mock by @rohitbegani

  • #747 Fix ruby 2.7 deprecation warnings by @coding-chimp

  • #762 Support Stripe Connect by adding stripe_account header namespace for customers by @csalvato

  • #758 Create price by @jamesprior

  • #730 support on price api by @hidenba

  • #764 Fixes erroneous error message when fetching upcoming invoices. by @csalvato

  • #765 Properly set the status of a trialing subscription by @csalvato

  • #755 Add allowed params to subscriptions by @dominikdarnel

  • #709 Remove unnecessary check on customer's currency by @coorasse

  • #806 - Remove payment_method_types from required arguments for Stripe::Checkout::Session

  • #806 - Raise more helpful exception when Stripe::Price cannot be found within a Stripe::Checkout::Session line_items argument.

3.1.0.rc3 (pre-release 2021-07-14)

  • #785: Stripe::Product no longer requires type. @TastyPi
  • #784: Fix "Wrong number of arguments" error in tests. @TastyPi
  • #782: Support expanding setup_intent in Stripe::Checkout::Session. @TastyPi

3.1.0.rc2 (pre-release 2021-03-03)

3.1.0.rc1 (pre-release 2021-02-17)

3.0.1 (TBD)

  • Added Changelog file
  • #640: Support Payment Intent status requires_capture - @theodorton.
  • #685: Adds support for pending_invoice_item_interval - @joshcass.
  • #682: Prevent customer metadata from being overwritten with each update - @sethkrasnianski.
  • #679: Fix for #678 Add active filter to Data::List - @rnmp.
  • #668: Fix for #665 Allow to remove discount from customer - @mnin.
  • #667: Remove empty and duplicated methods from payment methods - @mnin.
  • #664: Bugfix: pass through PaymentIntent amount to mocked Charge - @typeoneerror.
  • #654: fix for #626 Added missing decline codes - @iCreateJB.
  • #648: Initial implementation of checkout session API - @fauxparse.
  • #644: Allow payment_behavior attribute on subscription create - @j15e.

3.0.0 (2019-12-17)

the main thing is:
  • #658 Make the gem compatible with Stripe Gem v.5