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 438... Line 438...
438
							}
438
							}
439
							if(itemIdOurPriceMap.containsKey(item_id)){
439
							if(itemIdOurPriceMap.containsKey(item_id)){
440
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
440
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
441
							}
441
							}
442
							else{
442
							else{
443
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(0.0));
443
								amazonfbasalessnapshot.setOurPrice(0);
444
							}
444
							}
445
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
445
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
446
							transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
446
							transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
447
						}
447
						}
448
					}
448
					}