Subversion Repositories SmartDukaan

Rev

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

Rev 2983 Rev 3080
Line 299... Line 299...
299
            log.error("Unable to get the cart details becasue of: ", e);
299
            log.error("Unable to get the cart details becasue of: ", e);
300
        }
300
        }
301
        return items;
301
        return items;
302
	}
302
	}
303
 
303
 
-
 
304
	public long getItemId(){
-
 
305
		return this.itemId;
-
 
306
	}
-
 
307
	
304
	public String getTotalAmount() {
308
	public String getTotalAmount() {
305
	    return totalamount;
309
	    return totalamount;
306
	}
310
	}
307
	
311
	
308
	public String getPinCode() {
312
	public String getPinCode() {