Subversion Repositories SmartDukaan

Rev

Rev 10968 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10968 Rev 11022
Line 513... Line 513...
513
	}
513
	}
514
 
514
 
515
    public static String initializeHdfcPayment(in.shop2020.payment.domain.Payment payment, RechargeOrder rechargeOrder,
515
    public static String initializeHdfcPayment(in.shop2020.payment.domain.Payment payment, RechargeOrder rechargeOrder,
516
            String phone, PaymentServiceHandler paymentServiceHandler, boolean isMobile) throws Exception {
516
            String phone, PaymentServiceHandler paymentServiceHandler, boolean isMobile) throws Exception {
517
        Long merchantPaymentId = payment.getId();
517
        Long merchantPaymentId = payment.getId();
-
 
518
        log.info("Is mobile ---- " + isMobile);
518
        double amount = payment.getAmount();
519
        double amount = payment.getAmount();
519
        e24PaymentPipe pipe = new e24PaymentPipe();
520
        e24PaymentPipe pipe = new e24PaymentPipe();
520
        
521
        
521
        try {
522
        try {
522
            initializePayment(pipe, merchantPaymentId, amount, true, isMobile);
523
            initializePayment(pipe, merchantPaymentId, amount, true, isMobile);