Subversion Repositories SmartDukaan

Rev

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

Rev 2391 Rev 2757
Line 305... Line 305...
305
		
305
		
306
		pipe.setAlias(aliasName);			//mandatory 
306
		pipe.setAlias(aliasName);			//mandatory 
307
		String ab=pipe.getAlias();
307
		String ab=pipe.getAlias();
308
		log.info("Alias= " +ab);
308
		log.info("Alias= " +ab);
309
	
309
	
310
		pipe.setAction(ActionType.PURCHASE.value());			//mandatory 
310
		pipe.setAction(ActionType.AUTH.value());			//mandatory 
311
		String ac=pipe.getAction();
311
		String ac=pipe.getAction();
312
		log.info("Action= " +ac);
312
		log.info("Action= " +ac);
313
	
313
	
314
		pipe.setResponseURL( responseURL );	//mandatory
314
		pipe.setResponseURL( responseURL );	//mandatory
315
		String at=pipe.getResponseURL();
315
		String at=pipe.getResponseURL();