Skip to content

Commit 5e73ea9

Browse files
committed
Made chages to support fineract code base
1 parent 1ea486a commit 5e73ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openmf/mifos/dataimport/http/MifosRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public MifosRestClient() {
5858
public static final class Header {
5959
public static final String AUTHORIZATION = "Authorization";
6060
public static final String CONTENT_TYPE = "Content-Type";
61-
public static final String MIFOS_TENANT_ID = "X-Mifos-Platform-TenantId";
61+
public static final String MIFOS_TENANT_ID = "Fineract-Platform-TenantId";
6262
}
6363

6464

0 commit comments

Comments
 (0)