-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkout_beta.session_succeeded is throwing a null pointer when parsed with EventUtility.ConstructEvent #1452
Comments
Hi @da1rren. Can you share the stacktrace? |
Ah wait, I misunderstood. I thought |
@ob-stripe So the expected behaviour of attempting to process a checkout_beta.session_succeeded is an exception?
|
No, that's unexpected. Thanks for the clarification. So this seems to a combination of two issues:
I'll push a fix for Stripe.net in a few minutes, and I've reported the server-side issue internally. Once the server-side issue is fixed, you'll be able to use the branch in #1440 if you want to actually handle |
Alright, this should be fixed in 21.8.1 which will be available in NuGet in a few minutes. Feel free to reply if you're still having issues after upgrading. |
Thanks @ob-stripe, that seems to have fixed the exception. But do you have any idea when the fix server side will be deployed? As until then I'm going to have to rig it so I can still access the clientReferenceId on the object returned from the server. |
Can't make any promises, but hopefully later today! |
So we're going to fix |
Example code:
The text was updated successfully, but these errors were encountered: