Subversion Repositories SmartDukaan

Rev

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

Rev 34275 Rev 34318
Line 1267... Line 1267...
1267
                userCart.setCartId(user.getActiveCartId());
1267
                userCart.setCartId(user.getActiveCartId());
1268
                userCart.setUserId(user.getId());
1268
                userCart.setUserId(user.getId());
1269
 
1269
 
1270
                int transactionId = transactionService.createTransactionInternally(userCart, walletTotalAmount, warehouseCartItemsEntry.getKey());
1270
                int transactionId = transactionService.createTransactionInternally(userCart, walletTotalAmount, warehouseCartItemsEntry.getKey());
1271
                commonPaymentService.payThroughWallet(transactionId);
1271
                commonPaymentService.payThroughWallet(transactionId);
1272
                transactionService.processTransaction(transactionId);
1272
                transactionService.processTransaction(transactionId,0);
1273
            }
1273
            }
1274
        }
1274
        }
1275
    }
1275
    }
1276
 
1276
 
1277
    @Autowired
1277
    @Autowired