#arthur_82849
1 messages ยท Page 1 of 1 (latest)
Hi ๐
what is the question you have?
If I was doing something incorrectly. My dataObjectDeserializer.getObject() is always null
I've got it to work by deserialising the payload using Klaxon and getting the info I need from that, but I was hoping to use the SDK
Ah thank you - I've just seen that - I'll try it
Great, happy to shed what ๐ก I can ๐
@shy heath How do I get my local CLI listener to use the latest api version?
Your CLI listener will default to your account's API version, which is still set to 2018-02-28. I would use a tool like ngrok to forward from an external endpoint that you can register on your dashboard to ensure the behavior is what you expect
Wait, you want the. latest API version? Okay you can do that
The listen command can receive events based on your account's default API version or the latest version
From our docs: https://stripe.com/docs/cli/listen
You just use the latest flag
stripe listen --latest
thank you
Happy to help ๐