Subversion Repositories SmartDukaan

Rev

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

Rev 2183 Rev 2199
Line 169... Line 169...
169
					log.error("Error while updating successful capture payment attempt: ", e);
169
					log.error("Error while updating successful capture payment attempt: ", e);
170
				}
170
				}
171
				
171
				
172
				CommonPaymentService.processSuccessfulTxn(txnId, userServiceClient, transactionServiceClient);
172
				CommonPaymentService.processSuccessfulTxn(txnId, userServiceClient, transactionServiceClient);
173
 
173
 
174
				CommonPaymentService.sendTxnEmail(txnId, transactionServiceClient);
-
 
175
				DataLogger.logData(Event.PAYMENT_SUCCESS.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(), Long.toString(merchantPaymentId), gatewayPaymentId,
174
				DataLogger.logData(Event.PAYMENT_SUCCESS.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(), Long.toString(merchantPaymentId), gatewayPaymentId,
176
                        gatewayTxnStatus, description, captureStatus);
175
                        gatewayTxnStatus, description, captureStatus);
177
				this.redirectUrl = successUrl + "?paymentId=" + merchantPaymentId;				
176
				this.redirectUrl = successUrl + "?paymentId=" + merchantPaymentId;				
178
			}
177
			}
179
		}else{
178
		}else{