Subversion Repositories SmartDukaan

Rev

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

Rev 34208 Rev 34318
Line 1172... Line 1172...
1172
            cartService.addItemsToCart(uc.getCartId(), cartItems);
1172
            cartService.addItemsToCart(uc.getCartId(), cartItems);
1173
            int transactionId = transactionService.createTransaction(uc, 0.1, 0);
1173
            int transactionId = transactionService.createTransaction(uc, 0.1, 0);
1174
            commonPaymentService.payThroughWallet(transactionId);
1174
            commonPaymentService.payThroughWallet(transactionId);
1175
            // Once paid let proceed to process the order further.
1175
            // Once paid let proceed to process the order further.
1176
 
1176
 
1177
            transactionService.processTransaction(transactionId);
1177
            transactionService.processTransaction(transactionId,0);
1178
        }
1178
        }
1179
    }
1179
    }
1180
 
1180
 
1181
    private class SioTuple {
1181
    private class SioTuple {
1182
        int inventoryId;
1182
        int inventoryId;