api
This commit is contained in:
@@ -61,7 +61,7 @@ export interface QrPaymentStatusResponse {
|
|||||||
export class ApiService {
|
export class ApiService {
|
||||||
private readonly baseUrl = environment.apiUrl;
|
private readonly baseUrl = environment.apiUrl;
|
||||||
private readonly qrBaseUrl = (environment as any).qrApiUrl as string;
|
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 = {
|
private readonly retryConfig = {
|
||||||
count: 2,
|
count: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user