Skip to content

Commit 7ff19b7

Browse files
committed
fix: use card v2 urls
1 parent cf55188 commit 7ff19b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/EnvironmentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ public function testEnvironment(): void
3434
public function testGetVposAskUrl(): void
3535
{
3636
$this->assertEquals(
37-
'https://cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
37+
'https://cardpayment.flexpay.cd/v1.1/pay',
3838
$this->prod->getVposAskUrl()
3939
);
4040
$this->assertEquals(
41-
'https://beta-cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
41+
'https://beta-cardpayment.flexpay.cd/v1.1/pay',
4242
$this->dev->getVposAskUrl()
4343
);
4444
}

0 commit comments

Comments
 (0)