Skip to content

Commit

Permalink
Merge pull request #59 from Adyen/develop
Browse files Browse the repository at this point in the history
New release for fixing DirectoryLookup for client
  • Loading branch information
rikterbeek authored Feb 14, 2018
2 parents a339202 + 9fc5b05 commit 3459409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Client
{
const LIB_VERSION = "1.4.1";
const LIB_VERSION = "1.4.2";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
const ENDPOINT_LIVE = "https://pal-live.adyen.com";
Expand Down
2 changes: 1 addition & 1 deletion src/Adyen/HttpClient/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function requestPost(\Adyen\Service $service, $requestUrl, $params)

//Set the content type to application/json and use the defined userAgent
$headers = array(
'Content-Type: application/json',
'Content-Type: application/x-www-form-urlencoded',
'User-Agent: ' . $userAgent
);

Expand Down

0 comments on commit 3459409

Please sign in to comment.