Skip to content

Commit

Permalink
Make library compatible with Windows - fixes QuickPaygh-14
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Apr 7, 2016
1 parent 1632b84 commit 6c8a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickPay/API/Request.php
Expand Up @@ -164,7 +164,7 @@ protected function execute($request_type, $form = array())
}

// Store received headers in temporary memory file, remember sent headers
$fh_header = fopen('php://memory', 'w+');
$fh_header = fopen('php://temp', 'w+');
curl_setopt($this->client->ch, CURLOPT_WRITEHEADER, $fh_header);
curl_setopt($this->client->ch, CURLINFO_HEADER_OUT, true);

Expand Down

0 comments on commit 6c8a190

Please sign in to comment.