Subversion Repositories SmartDukaan

Rev

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

Rev 33316 Rev 33317
Line 1030... Line 1030...
1030
 
1030
 
1031
    public void test() throws Exception {
1031
    public void test() throws Exception {
1032
        /*List<Order> orders = orderRepository.selectByInvoiceNumber("NSDL43328");
1032
        /*List<Order> orders = orderRepository.selectByInvoiceNumber("NSDL43328");
1033
        invoiceService.saveInvoice(orders);*/
1033
        invoiceService.saveInvoice(orders);*/
1034
        for ( int fofoId : Arrays.asList(4149607,175138674,175138854,175138934,175138958,175139138,175139150,175139245,175139259,175139306,175139324,175139344,175139346,175139362,175139386,175139395,175139412,175139452,175139455,175139460,175139462,175139463,175139488,175139489,175139499,175139504,175139508,175139511,175139513,175139521,175139524,175139531,175139532,175139557,175139559,175139576,175139603,175139605,175139608,175139612,175139621,175139630,175139638,175139657,175139661,175139690,175139697,175139716,175139731)) {
1034
        for ( int fofoId : Arrays.asList(4149607,175138674,175138854,175138934,175138958,175139138,175139150,175139245,175139259,175139306,175139324,175139344,175139346,175139362,175139386,175139395,175139412,175139452,175139455,175139460,175139462,175139463,175139488,175139489,175139499,175139504,175139508,175139511,175139513,175139521,175139524,175139531,175139532,175139557,175139559,175139576,175139603,175139605,175139608,175139612,175139621,175139630,175139638,175139657,175139661,175139690,175139697,175139716,175139731)) {
-
 
1035
            try {
1035
            sdCreditService.fundWallet(fofoId);
1036
                sdCreditService.fundWallet(fofoId);
-
 
1037
            } catch (ProfitMandiBusinessException pbse) {
-
 
1038
                LOGGER.info("Failed to fund wallet for - {}", fofoId);
-
 
1039
            }
1036
        }
1040
        }
1037
 
1041
 
1038
        //transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
1042
        //transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
1039
    }
1043
    }
1040
 
1044