Skip to content

Commit

Permalink
Merge pull request #32 from Adyen/directory-lookup-v2
Browse files Browse the repository at this point in the history
Use v2 endpoints for directory lookup
  • Loading branch information
lancergr authored Aug 25, 2017
2 parents 1542f8e + 8d3f361 commit 9c66b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Client
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
const ENDPOINT_LIVE = "https://pal-live.adyen.com";
const ENPOINT_TEST_DIRECTORY_LOOKUP = "https://test.adyen.com/hpp/directory.shtml";
const ENPOINT_LIVE_DIRECTORY_LOOKUP = "https://live.adyen.com/hpp/directory.shtml";
const ENPOINT_TEST_DIRECTORY_LOOKUP = "https://test.adyen.com/hpp/directory/v2.shtml";
const ENPOINT_LIVE_DIRECTORY_LOOKUP = "https://live.adyen.com/hpp/directory/v2.shtml";
const API_VERSION = "v25";

/**
Expand Down

0 comments on commit 9c66b63

Please sign in to comment.