We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d634da5 commit cf55188Copy full SHA for cf55188
1 file changed
src/Environment.php
@@ -17,8 +17,8 @@ enum Environment: string
17
public function getVposAskUrl(): string
18
{
19
return match ($this) {
20
- self::LIVE => 'https://cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
21
- self::SANDBOX => 'https://beta-cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
+ self::LIVE => 'https://cardpayment.flexpay.cd/v1.1/pay',
+ self::SANDBOX => 'https://beta-cardpayment.flexpay.cd/v1.1/pay',
22
};
23
}
24
0 commit comments