Overview of Ruby SDK Upgrade problems
mainThis evaluation tests the ability to upgrade a Ruby application from Stripe SDK v7.x to v15.x, moving from API version 2022-08-01 to 2025-03-31.basil.
Available Problems
- charges-on-payment-intent: Update code that uses the deprecated
payment_intent.chargesattribute (removed in newer API versions). The solution must useCharge.list()orlatest_chargeinstead. - invoice-partial-payments: Update invoice-related code to work with SDK v15.x.
- subscription-billing-migration: Update subscription-related code to work with SDK v15.x.