Improved
3.1.0.rc1
This is a release candidate that should fix a few inconsistencies with the Stripe API. You can skip this release if you're not having any of the issues mentioned below:
- #765: Properly set the status of a trialing subscription. @csalvato
- #764: Fixes erroneous error message when fetching upcoming invoices. @csalvato
- #762: Support Stripe Connect with Customers by adding stripe_account header namespace for customer object @csalvato
- #755: Add allowed params to subscriptions @dominikdarnel
- #748: Support Prices - @hidenba and @jamesprior.
- #747: Fix ruby 2.7 deprecation warnings. Adds Ruby 3.0.0 compatibility. @coding-chimp
- #715: Added application_fee_amount to mock charge object - @espen
- #709: Remove unnecessary check on customer's currency - @coorasse