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

wrong argument in setIStoreSharedSecret #2

Closed bbaronSVK closed 10 years ago

bbaronSVK commented 10 years ago

in function validate($receiptData = null, $iStoreSharedSecret = null) you have this:

$this->setIStoreSharedSecret($receiptData);

you have $receiptData instead of $iStoreSharedSecret

aporat commented 10 years ago

thanks. fixed