• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxyookassa.php
  • Класс: BitrixSaleCashboxCashboxYooKassa
  • Вызов: CashboxYooKassa::decode
static function decode(string $data)
{
	try
	{
		return MainWebJson::decode($data);
	}
	catch (MainArgumentException $exception)
	{
		return false;
	}
}