Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-16 16:22:06 +04:00
parent 495545fb58
commit 2cbaf822cf
37 changed files with 310 additions and 242 deletions

View file

@ -251,7 +251,7 @@ internal class ProdApiConfigsManagerTest {
id = ApiConfig.ID.TangemPay,
expected = ApiEnvironmentConfig(
environment = ApiEnvironment.DEV,
baseUrl = "https://api.dev.us.paera.com/bff/",
baseUrl = "https://api.dev.us.paera.com/bff-v2/",
headers = mapOf(
"version" to ProviderSuspend { VERSION_NAME },
"platform" to ProviderSuspend { "Android" },