• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/ReceivePayment/ProductStep.php
  • Класс: BitrixCrmMobileControllerReceivePaymentProductStep
  • Вызов: ProductStep::loadProductModelAction
public function loadProductModelAction(int $productId, string $currencyId, Item $entity): array
{
	return (new SingleProductReceivePaymentQuery($entity, $productId, $currencyId))->execute();
}