Subversion Repositories SmartDukaan

Rev

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

Rev 3185 Rev 3224
Line 144... Line 144...
144
//				} catch (PaymentException e) {
144
//				} catch (PaymentException e) {
145
//					log.error("Error while updating failed capture payment attempt: ", e);
145
//					log.error("Error while updating failed capture payment attempt: ", e);
146
//				} catch (TException e) {
146
//				} catch (TException e) {
147
//					log.error("Error while updating failed capture payment attempt: ", e);
147
//					log.error("Error while updating failed capture payment attempt: ", e);
148
//				}
148
//				}
149
//				DataLogger.logData(EventType.PAYMENT_FAILURE, session.getId(), userinfo.getUserId(), userinfo.getEmail(), Long.toString(merchantPaymentId), gatewayPaymentId,
149
//				DataLogger.logData(EventType.PAYMENT_FAILURE, getSessionId(), userinfo.getUserId(), userinfo.getEmail(), Long.toString(merchantPaymentId), gatewayPaymentId,
150
//                        gatewayTxnStatus, description, errorCode);
150
//                        gatewayTxnStatus, description, errorCode);
151
//				this.redirectUrl = errorUrl + "?paymentId=" + merchantPaymentId;
151
//				this.redirectUrl = errorUrl + "?paymentId=" + merchantPaymentId;
152
//			}else{
152
//			}else{
153
//				//Success
153
//				//Success
154
//				try {
154
//				try {