-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
onPreCheckoutQuery will not handle queries if OrderInfo contains non-nullable value only in one field #917
Comments
Welcome with your first issue |
Merged
Hello and thank you for your issue and full description. I will publish |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an issue with
sendInvoice
andonPreCheckoutQuery
If
sendInvoice
have onlyrequireEmail = true
but doesn't have all of this:then
onPreCheckoutQuery
will not handle preCheckoutQuery.I think It's because class
OrderInfo
have only non-nullable fields, so I guess fields can be nullableThe text was updated successfully, but these errors were encountered: