Skip to content

Commit fe5daa6

Browse files
committed
Update endpoint URLs
The old endpoints are no longer responding. See http://www.betalingsterminal.no/netthandel-forside/teknisk-veiledning/overview/ for more info about new endpoints.
1 parent 1b99bab commit fe5daa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Message/PurchaseRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*/
1010
class PurchaseRequest extends AbstractRequest
1111
{
12-
protected $liveEndpoint = 'https://epayment.bbs.no';
13-
protected $testEndpoint = 'https://epayment-test.bbs.no';
12+
protected $liveEndpoint = 'https://epayment.nets.eu';
13+
protected $testEndpoint = 'https://test.epayment.nets.eu';
1414

1515
public function getMerchantId()
1616
{

0 commit comments

Comments
 (0)