Subversion Repositories SmartDukaan

Rev

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

Rev 12616 Rev 12788
Line 124... Line 124...
124
			} catch (TException e) {
124
			} catch (TException e) {
125
			    log.error("Unable to mark the payment as authorized", e);
125
			    log.error("Unable to mark the payment as authorized", e);
126
			}
126
			}
127
 
127
 
128
 
128
 
129
			CommonPaymentService.processSuccessfulTxn(txnId, userServiceClient, transactionServiceClient, false);
129
			//CommonPaymentService.processSuccessfulTxn(txnId, userServiceClient, transactionServiceClient, false);
130
            this.redirectUrl = successUrl + "?paymentId=" + merchantPaymentId;	
130
            this.redirectUrl = successUrl + "?paymentId=" + merchantPaymentId;	
131
 
131
 
132
			
132
			
133
		}else{
133
		}else{
134
			try {
134
			try {