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 #1417

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

Both the PR title and the changelog entry the description appear in the final changelog. Can we tweak them to have more clarity from a users perspective? Perhaps also include code snippets for before and after?

prathmesh-stripe commented 4 months ago

@ramya-stripe what do you think about the updated title and changelog?

ramya-stripe commented 4 months ago

Looks good, thanks!