Subversion Repositories SmartDukaan

Rev

Rev 36003 | Rev 36065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36003 Rev 36058
Line 893... Line 893...
893
        scheduledTasks.cachePinelabsOffers();
893
        scheduledTasks.cachePinelabsOffers();
894
    }
894
    }
895
 
895
 
896
    @Scheduled(cron = "0 0 0 * * *")
896
    @Scheduled(cron = "0 0 0 * * *")
897
    public void syncProductsToShopify() throws Exception {
897
    public void syncProductsToShopify() throws Exception {
898
        scheduledTasks.syncProductsToShopifyByWarehouseId(ProfitMandiConstants.WAREHOUSE_NAME_MAP.get("DELHI"));
898
        scheduledTasks.syncProductsToShopifyByWarehouseId(ProfitMandiConstants.WAREHOUSE_NAME_MAP.get("UP-WEST/NOIDA"));
899
    }
899
    }
900
}
900
}