Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 4.53 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 4.53 KB

Unreleased

  • #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