-
Notifications
You must be signed in to change notification settings - Fork 248
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
ResponseBodyV1 SubscriptionNotification.original_transaction_id variable missmatch. #153
Labels
Comments
It was sending as an empty string, now all of sudden it is a long... Any work around this? |
I see, I'll modify the field to long(int64). |
I released https://github.com/awa/go-iap/releases/tag/v1.3.13. |
Thanks for pointing that out. I've released a new version. |
Thanks for fixing this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
json: cannot unmarshal number into Go struct field SubscriptionNotification.original_transaction_id of type string
Seems this is set to string in the struct when apple are sending a long. https://developer.apple.com/documentation/appstoreservernotifications/responsebodyv1
The text was updated successfully, but these errors were encountered: