Subversion Repositories SmartDukaan

Rev

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

Rev 13393 Rev 13411
Line 179... Line 179...
179
			    log.error("Unable to mark the payment as failed", e);
179
			    log.error("Unable to mark the payment as failed", e);
180
			} catch (TException e) {
180
			} catch (TException e) {
181
			    log.error("Unable to mark the payment as failed", e);
181
			    log.error("Unable to mark the payment as failed", e);
182
			}
182
			}
183
 
183
 
-
 
184
			if(!payment.isIsDigital()) {
184
			CommonPaymentService.processFailedTxn(txnId, transactionServiceClient);
185
				CommonPaymentService.processFailedTxn(txnId, transactionServiceClient);
-
 
186
			}
185
 
187
 
186
			this.redirectUrl = errorUrl + "?paymentId=" + merchantPaymentId;
188
			this.redirectUrl = eurl + "?paymentId=" + merchantPaymentId;
187
			
189
			
188
		}
190
		}
189
 
191
 
190
		log.info("User will be redirected to: " + surl + "?paymentId=" + merchantPaymentId);
192
		log.info("User will be redirected to: " + surl + "?paymentId=" + merchantPaymentId);
191
		return "index";
193
		return "index";