You appear to be a bot. Output may be restricted
Description
Usage
IpnHandler::getCertificate( $certificatePath );
Parameters
- $certificatePath
- ( mixed ) required –
Returns
void
Source
File name: easy-digital-downloads/includes/gateways/libs/amazon/IpnHandler.php
Lines:
1 to 8 of 8
private function getCertificate($certificatePath) { $httpCurlRequest = new HttpCurl($this->ipnConfig); $response = $httpCurlRequest->httpGet($certificatePath); return $response; }