Skip to content

Commit

Permalink
fix: remove campos de data de NFEio/Nfe.php
Browse files Browse the repository at this point in the history
Os campos 'created_at' e 'updated_at' foram removidos de buildItemsToTransmit como parte da refatoracao dos timestamps.

ref: #156
  • Loading branch information
andrekutianski committed Apr 27, 2024
1 parent 5719c4e commit b1abdfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/addons/NFEioServiceInvoices/lib/NFEio/Nfe.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ private function buildItemsToTransmit($items, $invoiceId, $userId, $reissue = fa
'environment' => 'waiting',
'flow_status' => 'waiting',
'pdf' => 'waiting',
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => 'waiting',
'rpsSerialNumber' => 'waiting',
'service_code' => $serviceCode,
];
Expand Down

0 comments on commit b1abdfd

Please sign in to comment.