Stripe Rails Versions Save

A Rails Engine for integrating with Stripe

2.5.0

1 month ago

What's Changed

  • Allow stripe_elements_tag to accept a block. Thanks @chip !

New Contributors

Full Changelog: https://github.com/tansengming/stripe-rails/compare/2.4.0...2.5.0

2.4.0

1 year ago
  • Add tax_behavior attribute to Price. Thanks @szechyjs !

2.3.5

1 year ago
  • Fix some deprecation warnings in tests. Thanks @smtlaissezfaire !
  • Fix NameError when loading JavascriptHelper. Thanks @smtlaissezfaire !

2.3.4

2 years ago
  • Add setup_intent.canceled and setup_intent.requires_action callbacks. Thanks @jamesjason !

2.3.3

2 years ago
  • Add checkout.session.expired callback. Thanks @danielwellman !

2.3.2

2 years ago
  • Add Subscription Schedule and Tax Rate Callbacks #213 . Thanks @lesliepoolman !

2.3.1

2 years ago
  • Add price callbacks. Thanks @StevenElberger !

2.3.0

3 years ago
  • Adds testing for Rails 6.0
  • Add name attribute to coupons. Thanks @ZilvinasKucinskas!

2.2.1

3 years ago
  • Add payment_intent.requires_action callback, thanks @VadimLeader.

2.2.0

3 years ago
  • Add Prices as a configuration object. Thanks @jamesprior!