Subversion Repositories SmartDukaan

Rev

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

Rev 8378 Rev 8413
Line 55... Line 55...
55
		}	
55
		}	
56
 
56
 
57
		in.shop2020.model.v1.order.TransactionService.Client transactionClient   = transactionServiceClient.getClient();
57
		in.shop2020.model.v1.order.TransactionService.Client transactionClient   = transactionServiceClient.getClient();
58
		List<AmazonFbaSalesSnapshot> salessnapshots = null;
58
		List<AmazonFbaSalesSnapshot> salessnapshots = null;
59
		try {
59
		try {
60
			salessnapshots = transactionClient.getAmazonFbaSalesSnapshotForDays(4);
60
			salessnapshots = transactionClient.getAmazonFbaSalesSnapshotForDays(5);
61
		} catch (TException e) {
61
		} catch (TException e) {
62
			// TODO Auto-generated catch block
62
			// TODO Auto-generated catch block
63
			e.printStackTrace();
63
			e.printStackTrace();
64
		}
64
		}
65
		Map<Long,List<FbaSalesSnapshot>> itemId5daysSale = new HashMap<Long,List<FbaSalesSnapshot>>();
65
		Map<Long,List<FbaSalesSnapshot>> itemId5daysSale = new HashMap<Long,List<FbaSalesSnapshot>>();