Closed bbaronSVK closed 10 years ago
in function validate($receiptData = null, $iStoreSharedSecret = null) you have this:
$this->setIStoreSharedSecret($receiptData);
you have $receiptData instead of $iStoreSharedSecret
thanks. fixed
in function validate($receiptData = null, $iStoreSharedSecret = null) you have this:
you have $receiptData instead of $iStoreSharedSecret