Subversion Repositories SmartDukaan

Rev

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

Rev 10228 Rev 10259
Line 621... Line 621...
621
			throw new CatalogServiceException();
621
			throw new CatalogServiceException();
622
		}
622
		}
623
		if (t_mpItem.getCurrentSp()< t_mpItem.getMinimumPossibleSp()){
623
		if (t_mpItem.getCurrentSp()< t_mpItem.getMinimumPossibleSp()){
624
			sendAlert(t_mpItem.getItemId(),t_mpItem.getCurrentSp(),t_mpItem.getMinimumPossibleSp());
624
			sendAlert(t_mpItem.getItemId(),t_mpItem.getCurrentSp(),t_mpItem.getMinimumPossibleSp());
625
		}
625
		}
-
 
626
		logger.info("Calling Method to update new item price at snapdeal");
626
		UpdateSDPricingUsingPanel updatePriceOnSnapdeal = new UpdateSDPricingUsingPanel(Float.valueOf(sellingPrice),supc,item,timestamp);
627
		UpdateSDPricingUsingPanel updatePriceOnSnapdeal = new UpdateSDPricingUsingPanel(Float.valueOf(sellingPrice),supc,item,timestamp);
-
 
628
		logger.info("Calling Thread to update new item price at snapdeal");
627
		updatePriceOnSnapdeal.start();	
629
		updatePriceOnSnapdeal.start();	
628
		return "snapdeal-update-result";
630
		return "snapdeal-update-result";
629
	}
631
	}
630
 
632
 
631
 
633