Subversion Repositories SmartDukaan

Rev

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

Rev 10470 Rev 10968
Line 253... Line 253...
253
    }
253
    }
254
 
254
 
255
    @Override
255
    @Override
256
	public String doHdfcPaymentForDigitalOrder(long merchantPaymentId, long rechargeOrderId, String phone, boolean isMobile) throws PaymentException, TException {
256
	public String doHdfcPaymentForDigitalOrder(long merchantPaymentId, long rechargeOrderId, String phone, boolean isMobile) throws PaymentException, TException {
257
        logger.info("Initializing HDFC payment with id: " + merchantPaymentId);
257
        logger.info("Initializing HDFC payment with id: " + merchantPaymentId);
-
 
258
        logger.info("doHdfcPaymentForDigitalOrder phone---- " + phone);
-
 
259
 
258
        in.shop2020.payment.domain.Payment payment = paymentHandler.getPayment(merchantPaymentId);
260
        in.shop2020.payment.domain.Payment payment = paymentHandler.getPayment(merchantPaymentId);
259
        TransactionClient tc = new TransactionClient();
261
        TransactionClient tc = new TransactionClient();
260
        String redirectURL;
262
        String redirectURL;
261
        RechargeOrder rechargeOrder;
263
        RechargeOrder rechargeOrder;
262
        try {
264
        try {