We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99bab commit fe5daa6Copy full SHA for fe5daa6
src/Message/PurchaseRequest.php
@@ -9,8 +9,8 @@
9
*/
10
class PurchaseRequest extends AbstractRequest
11
{
12
- protected $liveEndpoint = 'https://epayment.bbs.no';
13
- protected $testEndpoint = 'https://epayment-test.bbs.no';
+ protected $liveEndpoint = 'https://epayment.nets.eu';
+ protected $testEndpoint = 'https://test.epayment.nets.eu';
14
15
public function getMerchantId()
16
0 commit comments