We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf55188 commit 7ff19b7Copy full SHA for 7ff19b7
1 file changed
tests/EnvironmentTest.php
@@ -34,11 +34,11 @@ public function testEnvironment(): void
34
public function testGetVposAskUrl(): void
35
{
36
$this->assertEquals(
37
- 'https://cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
+ 'https://cardpayment.flexpay.cd/v1.1/pay',
38
$this->prod->getVposAskUrl()
39
);
40
41
- 'https://beta-cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
+ 'https://beta-cardpayment.flexpay.cd/v1.1/pay',
42
$this->dev->getVposAskUrl()
43
44
}
0 commit comments