• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getDiscountStoredActionData
protected function getDiscountStoredActionData($orderDiscountId)
{
	$orderDiscountId = (int)$orderDiscountId;
	if (isset($this->discountStoredActionData[$this->discountResultCounter][$orderDiscountId]))
		return $this->discountStoredActionData[$this->discountResultCounter][$orderDiscountId];
	return null;
}