File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 */
1010class 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 {
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments