Subversion Repositories SmartDukaan

Rev

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

Rev 7643 Rev 7730
Line 500... Line 500...
500
					line1 + ", " + line2+ ", " + city + ", " + state + ", " + pin, e);
500
					line1 + ", " + line2+ ", " + city + ", " + state + ", " + pin, e);
501
		}
501
		}
502
		return null;
502
		return null;
503
	}
503
	}
504
	
504
	
-
 
505
	public String convertStoreToNormal() {
-
 
506
	    try{
-
 
507
	        TransactionClient transactionServiceClient = new TransactionClient();
-
 
508
	        transactionServiceClient.getClient().convertStoreToNormal(orderId);
-
 
509
	    } catch(Exception e) {
-
 
510
	        log.error("Unable to convert to normal order", e);
-
 
511
	    }
-
 
512
	    return null;
-
 
513
	}
-
 
514
	
505
	public String getStoreDetails(long storeId) {
515
	public String getStoreDetails(long storeId) {
506
	    try {
516
	    try {
507
	        TransactionClient tcl = new TransactionClient();
517
	        TransactionClient tcl = new TransactionClient();
508
	        HotspotStore store = tcl.getClient().getHotspotStore(storeId, "");
518
	        HotspotStore store = tcl.getClient().getHotspotStore(storeId, "");
509
	        return store.getHotspotId() + " - " + store.getCity(); 
519
	        return store.getHotspotId() + " - " + store.getCity();