Subversion Repositories SmartDukaan

Rev

Rev 35666 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35666 Rev 35788
Line 883... Line 883...
883
 
883
 
884
    @Scheduled(cron = "0 0 0 * * *")
884
    @Scheduled(cron = "0 0 0 * * *")
885
    public void fetchOffersByItem() {
885
    public void fetchOffersByItem() {
886
        scheduledTasks.cachePinelabsOffers();
886
        scheduledTasks.cachePinelabsOffers();
887
    }
887
    }
-
 
888
 
-
 
889
    @Scheduled(cron = "0 0 0 * * *")
-
 
890
    public void syncProductsToShopify() throws Exception {
-
 
891
        scheduledTasks.syncProductsToShopifyByWarehouseId(ProfitMandiConstants.WAREHOUSE_NAME_MAP.get("DELHI"));
-
 
892
    }
888
}
893
}