stripe / stripe-ruby

Ruby library for the Stripe API.
https://stripe.com
MIT License
1.96k stars 548 forks source link

Singleton retrieve method now requires params to be passed as the first argument #1423

Closed prathmesh-stripe closed 4 months ago

prathmesh-stripe commented 4 months ago

Changelog

❌ No longer works

Stripe::Balance.retrieve(opts)

✅ Correct way to call retrieve method

Stripe::Balance.retrieve(params, opts)

ramya-stripe commented 4 months ago

jruby-9.4.0.0 is failing due to unrelated reasons and will be investigated separately