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

Grace period implemantation in pending renewal info and added guzzle request options for Itunes #106

Closed 0hr closed 5 years ago

0hr commented 5 years ago

Apple added grace_period_expires_date in pending_renewal_info. I implemented in PendingRenewalInfo.php https://developer.apple.com/documentation/appstorereceipts/responsebody/pending_renewal_info And we need client config not only base_uri. I implemented request_options and merge with base_uri.

aporat commented 5 years ago

thanks! looking good. merged