This commit is contained in:
sdarbinyan
2026-06-06 19:25:00 +04:00
parent 58e0869916
commit 9b5c2dd95c

View File

@@ -61,7 +61,7 @@ export interface QrPaymentStatusResponse {
export class ApiService {
private readonly baseUrl = environment.apiUrl;
private readonly qrBaseUrl = (environment as any).qrApiUrl as string;
private readonly sbpQrUrl = 'https://qr.vitanova.network:567/qr';
private readonly sbpQrUrl = 'https://qr.vitanova.network/api/qr';
private readonly retryConfig = {
count: 2,