Skip to content

Commit

Permalink
Merge branch 'version-2.19.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Feb 10, 2022
2 parents 996d117 + 7aa8119 commit 752fc68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
- Remove classes `CfdiUtils\Elements\Cfdi33\Helpers\SumasConceptosWriter` and `CfdiUtils\Elements\Cfdi40\Helpers\SumasConceptosWriter`.


## UNRELEASED
## Version 2.19.1 2022-02-09


Fix `EmisorRegimenFiscal` validation. Add `626 - RESICO`. Thanks @celli33.

The following changes apply only to development and has been applied to main branch.

Expand Down
2 changes: 1 addition & 1 deletion tests/CfdiUtilsTests/CreateComprobante40CaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testCreateCfdiUsingComprobanteElement()
$comprobante->addReceptor([
'Rfc' => 'COSC8001137NA',
'Nombre' => 'Carlos Cortés Soto', // note is an "e" with accent
'UsoCFDI' => 'G01', // Adquisición de mercancias
'UsoCFDI' => 'G01', // Adquisición de mercancías
'RegimenFiscalReceptor' => '612', // Personas Físicas con Actividades Empresariales y Profesionales
'DomicilioFiscalReceptor' => '52000',
]);
Expand Down

0 comments on commit 752fc68

Please sign in to comment.