Данные curl запроса 127.0.0.1:16732/requests
Array
(
[uuid] => 40af13f6-b8db-4d5c-86ec-e91d9bb48841
[request] => Array
(
[operator] => Array
(
[name] => Кассир
)
[payments] => Array
(
[0] => Array
(
[type] => cash
[sum] => 50
)
)
[taxationType] => patent
[electronically] => 1
[items] => Array
(
[0] => Array
(
[name] => Техническое обслуживание
[price] => 50
[quantity] => 1
[type] => position
[amount] => 50
[tax] => Array
(
[type] => none
)
)
)
[type] => sell
)
[callbacks] => Array
(
[resultUrl] => https://app.domain.ru/kkt_task_ready.php
)
)
kkt_task_ready.php
<?php
$json = file_get_contents('php://input');
$file = fopen(ROOT.'/kkt_logs.txt', 'a');
fwrite($file, "\n". $json);