Subversion Repositories SmartDukaan

Rev

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

Rev 6050 Rev 6091
Line 321... Line 321...
321
		
321
		
322
		pipe.setAlias(aliasName);			//mandatory 
322
		pipe.setAlias(aliasName);			//mandatory 
323
		String ab=pipe.getAlias();
323
		String ab=pipe.getAlias();
324
		log.info("Alias= " +ab);
324
		log.info("Alias= " +ab);
325
	
325
	
326
		pipe.setAction(ActionType.AUTH.value());			//mandatory 
-
 
-
 
326
		 
327
		String ac=pipe.getAction();
327
		String ac=pipe.getAction();
328
		log.info("Action= " +ac);
328
		log.info("Action= " +ac);
329
		
329
		
330
		if(isDigital) {
330
		if(isDigital) {
-
 
331
		    pipe.setAction(ActionType.PURCHASE.value());          //mandatory
331
		    pipe.setResponseURL( responseURLforRecharge );   //mandatory
332
		    pipe.setResponseURL( responseURLforRecharge );   //mandatory
332
		    pipe.setErrorURL( errorURLforRecharge); //mandatory
333
		    pipe.setErrorURL( errorURLforRecharge); //mandatory
333
		} else {
334
		} else {
-
 
335
		    pipe.setAction(ActionType.AUTH.value());          //mandatory
334
		    pipe.setResponseURL( responseURL );
336
		    pipe.setResponseURL( responseURL );
335
		    pipe.setErrorURL( errorURL);
337
		    pipe.setErrorURL( errorURL);
336
		}
338
		}
337
		String at=pipe.getResponseURL();
339
		String at=pipe.getResponseURL();
338
		log.info("ResponseURL= "+at);
340
		log.info("ResponseURL= "+at);