Skip to content

Commit

Permalink
Merge pull request #6 from additive-apps/change-url
Browse files Browse the repository at this point in the history
Change url
  • Loading branch information
vdbelt authored May 17, 2022
2 parents 6ce39fe + 9ecd695 commit 61af4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ abstract class AbstractRequest extends \Omnipay\Common\Message\AbstractRequest
{
const API_VERSION = 'v1';

protected $testEndpoint = 'https://test.oppwa.com';
protected $testEndpoint = 'https://eu-test.oppwa.com';

protected $liveEndpoint = 'https://oppwa.com';
protected $liveEndpoint = 'https://eu-prod.oppwa.com';

public function getIntegrationType()
{
Expand Down

0 comments on commit 61af4ce

Please sign in to comment.