Subversion Repositories SmartDukaan

Rev

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

Rev 894 Rev 913
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 );		//mandatory 
311
		pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory 
312
	    String ak=pipe.getErrorURL();
312
	    String ak=pipe.getErrorURL();
313
	    log.info("ErrorURL="+ak+ "<br>");
313
	    log.info("ErrorURL="+ak+ "<br>");
314
	
314
	
315
	
315
	
316
		pipe.setAmt(amount);		
316
		pipe.setAmt(amount);