Fix: interbank instance vnext2 (#1946)

This commit is contained in:
Rajan Maurya 2025-11-26 02:36:10 +05:30 committed by GitHub
parent 3e5f56fbcf
commit fddebd965d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ object BaseURL {
const val DEFAULT = "default" const val DEFAULT = "default"
const val API_ENDPOINT_INTERBANK = "apis.flexcore.mx" 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" const val FINERACT_PLATFORM_TENANT_ID = "mifos-bank-2"