ResponseBodyV1 SubscriptionNotification.original_transaction_id variable missmatch.
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
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. Please check it :)
Thanks for pointing that out. I've released a new version. https://github.com/awa/go-iap/releases/tag/v1.3.14
Thanks for fixing this!