Subversion Repositories SmartDukaan

Rev

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

Rev 2586 Rev 2692
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
		// Removed payment url parameter, as adding parameters stops payment from initialisation with hdfc jar.
-
 
329
		// It gives following error. 
-
 
330
		// Payment Initialization returned an invalid response: !ERROR!-PY20011-Invalid Merchant Error URL.
328
		pipe.setErrorURL( errorURL + "?paymentId=" + merchantPaymentId );		//mandatory
331
		pipe.setErrorURL( errorURL );		//mandatory
329
	    String ak=pipe.getErrorURL();
332
	    String ak=pipe.getErrorURL();
330
	    log.info("ErrorURL= " + ak);
333
	    log.info("ErrorURL= " + ak);
331
	
334
	
332
	
335
	
333
		pipe.setAmt(amount);		
336
		pipe.setAmt(amount);