header("Content-Type: text/html; charset=UTF-8"); header("Cache-Control:no-cache"); header("Pragma:no-cache"); /** * Verify a receipt and return receipt data * * @param string $receipt Base-64 encoded data * @param bool $isSandbox Optional. True if verifying a test receipt * @throws Exception If the receipt is invalid or cannot be verified * @return ar..