• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/salemanager.php
  • Класс: BitrixSalesCenterIntegrationSaleManager
  • Вызов: SaleManager::isApplePayPayment
public function isApplePayPayment(array $paySystem): bool
{
	if (!Loader::includeModule("sale"))
	{
		return false;
	}

	return ApplePay::isApplePaySystem($paySystem);
}