Subversion Repositories SmartDukaan

Rev

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

Rev 13425 Rev 13505
Line 264... Line 264...
264
                //Very unlikely. The only possible reason can be that the payment service is down.
264
                //Very unlikely. The only possible reason can be that the payment service is down.
265
                log.error("Unable to process the Coupon payment.");
265
                log.error("Unable to process the Coupon payment.");
266
                addActionError("We are experiencing some problems. Please try later.");
266
                addActionError("We are experiencing some problems. Please try later.");
267
                return "proceed-to-pay-redirect";
267
                return "proceed-to-pay-redirect";
268
            } else {
268
            } else {
269
                CommonPaymentService.processCodTxn(txnId, orderType);
269
                CommonPaymentService.processCouponTxn(txnId, orderType);
270
                return "cod-redirect";
270
                return "cod-redirect";
271
            }
271
            }
272
		default:
272
		default:
273
			break;
273
			break;
274
		}
274
		}