Subversion Repositories SmartDukaan

Rev

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

Rev 9301 Rev 9840
Line 48... Line 48...
48
	Map<String, String[]> reqparams = null;
48
	Map<String, String[]> reqparams = null;
49
 
49
 
50
	private int variationId = 0;
50
	private int variationId = 0;
51
	private String totalamount;
51
	private String totalamount;
52
 
52
 
53
	private String errorMsg = "";
53
	private String errorMsg = null;
54
	private String cartMsg = "";
54
	private String cartMsg = "";
55
 
55
 
56
	private String pincode = "110001";
56
	private String pincode = "110001";
57
 
57
 
58
	private String couponCode = null;
58
	private String couponCode = null;