youknowone / itunes-iap

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

Environment.pop TypeError #33

Closed ilardm closed 7 years ago

ilardm commented 7 years ago

Is it a typo to pop None index instead of not None?

https://github.com/youknowone/itunes-iap/blob/9a542876159c85376292e20e0c6de3d2ae1a4c6c/itunesiap/environment.py#L31

youknowone commented 7 years ago

Yes, it was. And it means... the code is never used!

youknowone commented 7 years ago

Thanks for the report. I removed it and deprecated the entire global environment stack.