Subversion Repositories SmartDukaan

Rev

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

Rev 2757 Rev 2761
Line 323... Line 323...
323
	
323
	
324
		pipe.setAmt(amount);		
324
		pipe.setAmt(amount);		
325
		String ap=pipe.getAmt();
325
		String ap=pipe.getAmt();
326
		log.info("Amt= " + ap);
326
		log.info("Amt= " + ap);
327
	
327
	
328
		pipe.setCurrency("356");
328
		pipe.setCurrency(currencyCode);
329
		String a=pipe.getCurrency();
329
		String a=pipe.getCurrency();
330
		log.info("Currency= " + a);
330
		log.info("Currency= " + a);
331
	
331
	
332
		pipe.setLanguage("USA");
332
		pipe.setLanguage("USA");
333
		String p=pipe.getLanguage();
333
		String p=pipe.getLanguage();