Subversion Repositories SmartDukaan

Rev

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

Rev 913 Rev 972
Line 306... Line 306...
306
	
306
	
307
		pipe.setResponseURL( responseURL );	//mandatory
307
		pipe.setResponseURL( responseURL );	//mandatory
308
		String at=pipe.getResponseURL();
308
		String at=pipe.getResponseURL();
309
		log.info("ResponseURL="+at+ "<br>");
309
		log.info("ResponseURL="+at+ "<br>");
310
	
310
	
311
		pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory 
311
		//pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory
-
 
312
		pipe.setErrorURL( errorURL);
312
	    String ak=pipe.getErrorURL();
313
	    String ak=pipe.getErrorURL();
313
	    log.info("ErrorURL="+ak+ "<br>");
314
	    log.info("ErrorURL="+ak+ "<br>");
314
	
315
	
315
	
316
	
316
		pipe.setAmt(amount);		
317
		pipe.setAmt(amount);