From 7b6bfabc4bbbf6c38e05215f72fa76fc13487b83 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Tue, 12 May 2026 23:44:50 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D0=BE=D1=85=D1=83=D0=B9=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/payment/api/paymentApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/payment/api/paymentApi.ts b/src/features/payment/api/paymentApi.ts index 5c2eb59..91ee054 100644 --- a/src/features/payment/api/paymentApi.ts +++ b/src/features/payment/api/paymentApi.ts @@ -1,5 +1,5 @@ import { getCsrfToken } from '@shared/api/csrf' -import { refreshAccessToken, tokenStore } from '@shared/api/tokenStore' +import { refreshAccessToken } from '@shared/api/tokenStore' const PAYMENT_API_URL = 'https://app.payment.elcsa.ru'