#buvanesh_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1240557268790022186
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
In stripe-ruby v9.1.0, the API version used is 2023-08-16: https://github.com/stripe/stripe-ruby/blob/v9.1.0/lib/stripe/api_version.rb#L6
Since API version 2022-11-15, charges property has been removed and replaced with latest_charge: https://docs.stripe.com/upgrades#2022-11-15
It's possible to expand balance_transaction on the latest_charge with latest_charge.balance_transaction
It's working, Thanks ๐
Also, where can I get to know about the deprecated attributes/methods in future? any newsletter like that ?
Thanks
I'd recommend subscribing to https://go.stripe.global/dev-digest for changes on Stripe products
Thanks ๐
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!