Closed chekalsky closed 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();
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
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.