1C-Bitrix 25.700.0
|
Переменные | |
$insig = $_POST['signature'] | |
$resp = base64_decode($_POST['operation_xml']) | |
$request = \Bitrix\Main\Application::getInstance()->getContext()->getRequest() | |
$entityId = str_replace("PAYMENT_", "", liqpay_parseTag($resp, "order_id")) |
$entityId = str_replace("PAYMENT_", "", liqpay_parseTag($resp, "order_id")) |
См. определение в файле result_rec.php строка 23
$insig = $_POST['signature'] |
См. определение в файле result_rec.php строка 19
$request = \Bitrix\Main\Application::getInstance()->getContext()->getRequest() |
См. определение в файле result_rec.php строка 21
$resp = base64_decode($_POST['operation_xml']) |
См. определение в файле result_rec.php строка 20