aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

Missing iTunes Receipt fields from Response class #56

Closed ktzouno closed 5 years ago

ktzouno commented 7 years ago

Greetings,

while reading the iTunes documentation I noticed a few non-existing (probably new) fields from ReceiptValidator\iTunes\Response as described in https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html

Would be nice to include them as well :)

nielsmouthaan commented 7 years ago

I added at least the pending renewal info as part of this PR: https://github.com/aporat/store-receipt-validator/pull/59