Subversion Repositories SmartDukaan

Rev

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

Rev 8452 Rev 8453
Line 251... Line 251...
251
					}
251
					}
252
					if(itemIdOurPriceMap.containsKey(item_id)){
252
					if(itemIdOurPriceMap.containsKey(item_id)){
253
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
253
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
254
					}
254
					}
255
					else{
255
					else{
256
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(0.0));
256
						amazonfbasalessnapshot.setOurPrice(0);
257
					}
257
					}
258
					amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
258
					amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
259
					transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
259
					transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
260
				}
260
				}
261
			}
261
			}