We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea486a commit 5e73ea9Copy full SHA for 5e73ea9
src/main/java/org/openmf/mifos/dataimport/http/MifosRestClient.java
@@ -58,7 +58,7 @@ public MifosRestClient() {
58
public static final class Header {
59
public static final String AUTHORIZATION = "Authorization";
60
public static final String CONTENT_TYPE = "Content-Type";
61
- public static final String MIFOS_TENANT_ID = "X-Mifos-Platform-TenantId";
+ public static final String MIFOS_TENANT_ID = "Fineract-Platform-TenantId";
62
}
63
64
0 commit comments