Skip to content

Commit

Permalink
fix: use card v2 urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-ng committed Oct 14, 2024
1 parent d634da5 commit cf55188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ enum Environment: string
public function getVposAskUrl(): string
{
return match ($this) {
self::LIVE => 'https://cardpayment.flexpay.cd/api/rest/v1/vpos/ask',
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',
};
}

Expand Down

0 comments on commit cf55188

Please sign in to comment.