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

Removed setIStoreSharedSecret function (backward incompatibility) #23

Closed chekalsky closed 8 years ago

chekalsky commented 8 years ago

According to semver 1.3.0 should be 2.0 because of changing public method setIStoreSharedSecret().

I am using it in that way and I think somebody may too.

$validator->setSharedSecret('12345');
$response = $validator->setReceiptData($data)->validate();
aporat commented 8 years ago

thanks. I'll keep that in mind in future releases. if you feel it's critical, feel free to open a pull request with the restored function and i'll create a new tag for that release