We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5daa6 commit 0026955Copy full SHA for 0026955
tests/GatewayTest.php
@@ -32,7 +32,7 @@ public function testPurchaseSuccess()
32
$this->assertTrue($response->isRedirect());
33
$this->assertEquals('f3d94dd5c0f743a788fc943402757c58', $response->getTransactionReference());
34
$this->assertSame('GET', $response->getRedirectMethod());
35
- $this->assertSame('https://epayment.bbs.no/Terminal/Default.aspx?merchantId=foo&transactionId=f3d94dd5c0f743a788fc943402757c58', $response->getRedirectUrl());
+ $this->assertSame('https://epayment.nets.eu/Terminal/Default.aspx?merchantId=foo&transactionId=f3d94dd5c0f743a788fc943402757c58', $response->getRedirectUrl());
36
}
37
38
public function testPurchaseFailure()
0 commit comments