Skip to content

Commit 0026955

Browse files
committed
Update endpoint in test
1 parent fe5daa6 commit 0026955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GatewayTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testPurchaseSuccess()
3232
$this->assertTrue($response->isRedirect());
3333
$this->assertEquals('f3d94dd5c0f743a788fc943402757c58', $response->getTransactionReference());
3434
$this->assertSame('GET', $response->getRedirectMethod());
35-
$this->assertSame('https://epayment.bbs.no/Terminal/Default.aspx?merchantId=foo&transactionId=f3d94dd5c0f743a788fc943402757c58', $response->getRedirectUrl());
35+
$this->assertSame('https://epayment.nets.eu/Terminal/Default.aspx?merchantId=foo&transactionId=f3d94dd5c0f743a788fc943402757c58', $response->getRedirectUrl());
3636
}
3737

3838
public function testPurchaseFailure()

0 commit comments

Comments
 (0)