Subversion Repositories SmartDukaan

Rev

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

Rev 1554 Rev 1555
Line 226... Line 226...
226
			
226
			
227
			// Enqueue the email, containing transaction info, to be sent later by batch job  
227
			// Enqueue the email, containing transaction info, to be sent later by batch job  
228
			try {
228
			try {
229
				transactionClient.enqueueTransactionInfoEmail(txnId);
229
				transactionClient.enqueueTransactionInfoEmail(txnId);
230
			} catch (Exception e) {
230
			} catch (Exception e) {
-
 
231
				log.error("Error while adding email to depatch queue.");
231
				e.printStackTrace();
232
				e.printStackTrace();
232
			}
233
			}
233
			
234
			
234
			this.redirectUrl = successUrl + "?paymentId="+merchantPaymentId;
235
			this.redirectUrl = successUrl + "?paymentId="+merchantPaymentId;
235
		}
236
		}