Index: branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/b2b/service/impl/PartPriceAvailabilityServiceImpl.java =================================================================== diff -u -r241868 -r256082 --- branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/b2b/service/impl/PartPriceAvailabilityServiceImpl.java (.../PartPriceAvailabilityServiceImpl.java) (revision 241868) +++ branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/b2b/service/impl/PartPriceAvailabilityServiceImpl.java (.../PartPriceAvailabilityServiceImpl.java) (revision 256082) @@ -7,6 +7,7 @@ import com.genpt.nsight.b2b.service.PartPriceAvailabilityService; import com.genpt.nsight.v1.SplunkLogger; import com.genpt.nsight.v1.model.*; +import com.genpt.nsight.v1.model.dto.SiteDTO; import com.genpt.nsight.v4.AvailabilityServiceContextV4; import com.genpt.nsight.v4.model.Part; import com.genpt.nsight.v4.model.ProductAvailabilityResponse; @@ -59,7 +60,8 @@ headerRequest.setResponder(responder); //headerRequest.setRequestID(); headerRequest.setCorrelationId(availabilityServiceContextV4.getCorrelationID()); - headerRequest.setCountryCode("US"); + //need to get the country code of the calling store + headerRequest.setCountryCode(nSightCache.getAlpha2CountryCode(request.getStoreID())); headerRequest.setLanguageCode("EN"); headerRequest.setTimestamp(String.valueOf(System.currentTimeMillis())); if (request.getRequestId()!=null && request.getRequestId().equalsIgnoreCase("MISCHG"))