Subversion Repositories SmartDukaan

Rev

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

Rev 33297 Rev 33299
Line 1027... Line 1027...
1027
 
1027
 
1028
    @Autowired
1028
    @Autowired
1029
    InvoiceService invoiceService;
1029
    InvoiceService invoiceService;
1030
 
1030
 
1031
    public void test() throws Exception {
1031
    public void test() throws Exception {
-
 
1032
        List<Order> orders = orderRepository.selectByInvoiceNumber("NSDL43328");
-
 
1033
        invoiceService.saveInvoice(orders);
1032
        for ( int fofoId : Arrays.asList(175139623, 175139355, 175139576)) {
1034
        /*for ( int fofoId : Arrays.asList(175139623, 175139355, 175139576)) {
1033
            sdCreditService.fundWallet(fofoId);
1035
            sdCreditService.fundWallet(fofoId);
1034
        }
1036
        }*/
1035
 
1037
 
1036
        //transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
1038
        //transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
1037
    }
1039
    }
1038
 
1040
 
1039
    public void test3() throws Exception {
1041
    public void test3() throws Exception {