#buh-la-key_code

1 messages ยท Page 1 of 1 (latest)

fiery barnBOT
#

๐Ÿ‘‹ 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/1222971236087496817

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

cloud lichenBOT
wide arch
#

Can you share which version of the stripe-java sdk you're using?

dire pilot
#

Using Stripe version 1.19.2 and openjdk 17.0.6

wide arch
dire pilot
#

When I enter the command stripe --version on the command line that is what I get. Is there another way I should be checking?

wide arch
#

That's the CLI version - if you want the version of the stripe-java SDK you can add System.out.println(Stripe.VERSION); to your code

dire pilot
#

Version 17.0.0

wide arch
dire pilot
#

Ok thank you! While I'm here do you know if the stripe version corresponds with the java version? For instance since our project is running on java 17 would we have to upgrade to at least java 19 to upgrade to stripe 19?

fiery barnBOT
wide arch
#

No, they're not related ๐Ÿ™‚

dire pilot
#

Ok great, thank you so much for your help I really appreciate it!