$result['receipt']['items'][] = array(
'name' => $item['name'],
'price' => (float)$item['price'],
'sum' => (float)$item['sum'],
'quantity' => $item['quantity'],
'payment_method' => $checkTypeMap[$check::getType()],
'payment_object' => 'commodity',
'vat' => array(
'type' => $vat
),
);