Skip to content

Commit

Permalink
sendor_code changed to x-hcx-sender_code
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-singh-17 authored Mar 22, 2022
1 parent 924d903 commit 6fac60b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public GatewayFilter apply(Config config) {
String code = (String) participant.get("osid");
Map<String, String> filters = (Map<String, String>) filterMap.get("filters");
if(roles.contains("payor") || roles.contains("provider")) {
filters.put("sender_code", code);
filters.put("x-hcx-sender_code", code);
filterMap.put("filters", filters);
System.out.println("updated filters" + filterMap);
}
Expand Down

0 comments on commit 6fac60b

Please sign in to comment.