youknowone / itunes-iap

Apple iTunes In-app purchase verification tool
http://itunes-iap.readthedocs.io
Other
136 stars 50 forks source link

Proposed bugfix for calling response.receipt.in_app resulting in an error #17

Closed dlm closed 8 years ago

dlm commented 8 years ago

This pull request provides a proposed solution for calling response.receipt.in_app in the new receipt format. It also produces a uniform return type for python2 and python3

youknowone commented 8 years ago

Thanks! I can't believe there is this kind of obvious problem. It is released as 2.0.1.

dlm commented 8 years ago

Glad to help. Thank you for making such a great tool!

One other question (which I now realize that I should have asked before issuing the pull request). Since in_app is part of the new format only , should it be in __WHITELIST__?

youknowone commented 8 years ago

Yep, it must be, exactly!

dlm commented 8 years ago

would you like to me to add?

youknowone commented 8 years ago

If you don't mind :D

dlm commented 8 years ago

new pull request underway.