New
2.6.0
- Add the following callbacks (Thanks @4nd2in !):
checkout.session.async_payment_failedcheckout.session.async_payment_succeededcustomer.subscription.pausedcustomer.subscription.pending_update_appliedcustomer.subscription.pending_update_expiredcustomer.subscription.resumedinvoice.deletedinvoice.finalization_failedinvoice.overdueinvoice.will_be_due
- Fix request handling in rack versions >= 3.1 where
Request#[]is deprecated (#230). Thanks @4nd2in and @light-flight ! - adds testing for Ruby 3 and Rails 7
- stops testing on Ruby < 3 and Rails 5