Skip to content

Commit 7082b25

Browse files
author
richard.gooding
committed
Changed API endpoint to paysafe.com
1 parent 830c0af commit 7082b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/optimalpayments/optimalapiclient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ public function __construct($keyID, $keyPassword, $environment = null, $account
117117
$this->environment = $environment;
118118

119119
if ($this->environment == Environment::TEST) {
120-
$this->apiEndPoint = "https://api.test.netbanx.com";
120+
$this->apiEndPoint = "https://api.test.paysafe.com";
121121
} else {
122-
$this->apiEndPoint = "https://api.netbanx.com";
122+
$this->apiEndPoint = "https://api.paysafe.com";
123123
}
124124

125125
$this->account = $account;

0 commit comments

Comments
 (0)