Subversion Repositories SmartDukaan

Rev

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

Rev 2334 Rev 2586
Line 323... Line 323...
323
	
323
	
324
		pipe.setResponseURL( responseURL );	//mandatory
324
		pipe.setResponseURL( responseURL );	//mandatory
325
		String at=pipe.getResponseURL();
325
		String at=pipe.getResponseURL();
326
		log.info("ResponseURL= "+at);
326
		log.info("ResponseURL= "+at);
327
	
327
	
328
		//pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory
328
		pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory
329
		pipe.setErrorURL( errorURL);
-
 
330
	    String ak=pipe.getErrorURL();
329
	    String ak=pipe.getErrorURL();
331
	    log.info("ErrorURL= " + ak);
330
	    log.info("ErrorURL= " + ak);
332
	
331
	
333
	
332
	
334
		pipe.setAmt(amount);		
333
		pipe.setAmt(amount);