File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
class PurchaseRequest extends AbstractRequest
11
11
{
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 ' ;
14
14
15
15
public function getMerchantId ()
16
16
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function testPurchaseSuccess()
32
32
$ this ->assertTrue ($ response ->isRedirect ());
33
33
$ this ->assertEquals ('f3d94dd5c0f743a788fc943402757c58 ' , $ response ->getTransactionReference ());
34
34
$ 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 ());
36
36
}
37
37
38
38
public function testPurchaseFailure ()
You can’t perform that action at this time.
0 commit comments