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