From fddebd965d7c7d0527b22276fe3c481683976c8a Mon Sep 17 00:00:00 2001 From: Rajan Maurya Date: Wed, 26 Nov 2025 02:36:10 +0530 Subject: [PATCH] Fix: interbank instance vnext2 (#1946) --- .../kotlin/org/mifospay/core/network/utils/BaseURL.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/network/src/commonMain/kotlin/org/mifospay/core/network/utils/BaseURL.kt b/core/network/src/commonMain/kotlin/org/mifospay/core/network/utils/BaseURL.kt index 33f02dfc..a44a899f 100644 --- a/core/network/src/commonMain/kotlin/org/mifospay/core/network/utils/BaseURL.kt +++ b/core/network/src/commonMain/kotlin/org/mifospay/core/network/utils/BaseURL.kt @@ -23,7 +23,7 @@ object BaseURL { const val DEFAULT = "default" const val API_ENDPOINT_INTERBANK = "apis.flexcore.mx" - const val API_PATH_INTERBANK = "/v1.0/vnext1/" + const val API_PATH_INTERBANK = "/v1.0/vnext2/" const val FINERACT_PLATFORM_TENANT_ID = "mifos-bank-2"