@@ -55,7 +55,7 @@ |
||
| 55 | 55 | 'cerp_zuct' => Formatter::formatAmount($receipt->getPriceUsedSubsequentSettlement()), |
| 56 | 56 | 'rezim' => $configuration->getEvidenceMode()->getValue(), |
| 57 | 57 | ]; |
| 58 | - $this->body = array_filter($body, function ($value): bool { |
|
| 58 | + $this->body = array_filter($body, function($value): bool { |
|
| 59 | 59 | return $value !== null; |
| 60 | 60 | }); |
| 61 | 61 | |