Closed prathmesh-stripe closed 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?
@ramya-stripe what do you think about the updated title and changelog?
Looks good, thanks!
Changelog
retrieve
method now requiresparams
to be passed as the first argument. Existing calls to singletonretrieve
method with onlyopts
argument will have to be updated to account for the addition ofparams
argument.❌ No longer works
Stripe::Balance.retrieve(opts)
✅ Correct way to call retrieve method
Stripe::Balance.retrieve(params, opts)