Index: branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/v2/service/impl/InventoryServiceV2Impl.java =================================================================== diff -u -r233208 -r245570 --- branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/v2/service/impl/InventoryServiceV2Impl.java (.../InventoryServiceV2Impl.java) (revision 233208) +++ branches/APG_ES_Product/Java/nsight-product-availability/src/main/java/com/genpt/nsight/v2/service/impl/InventoryServiceV2Impl.java (.../InventoryServiceV2Impl.java) (revision 245570) @@ -150,7 +150,12 @@ if (!isB2B) { if (isNotVerification) { - com.genpt.nsight.v1.model.ProductKit productKit = nSightCache.getProductKitMap().get(fullPartNumber); + ProductKit productKit = null; + if(availabilityServiceContextV2.getRequestingSite().getCountry() != null + && availabilityServiceContextV2.getRequestingSite().getCountry().compareToIgnoreCase("CAN")==0) + productKit = nSightCache.getProductKitMapCA().get(fullPartNumber); + else + productKit = nSightCache.getProductKitMapUS().get(fullPartNumber); if (productKit != null) { productKit.getKitComponents().forEach(kitComponent -> {