Skip to content

Version 2.6.4

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 04 Sep 22:12
· 807 commits to master since this release
  • Fix validation TIPOCAMBIO02:
    • Previous validation only allows value "1" if currency MXN.
      Now it allows any value equals to 1 considering 6 decimal numbers, so the following values
      are valid: "1", "1.00", "1.000000"
    • Change description from ... debe ser "1"... to ... debe tener el valor "1"...
  • Fix scrutinizer issue in Validate/Cfdi33/Standard/ComprobanteImpuestos.php:
    Using logical operators such as and instead of && is generally not recommended
  • CfdiUtils\ConsultaCfdiSat\WebService is using SAT Web Service but since 2018-08 it is ramdomly failing.
    The test that are consuming https://consultaqr.facturaelectronica.sat.gob.mx/ConsultaCFDIService.svc?singleWsdl moved to a different test case class WebServiceConsumingTest and are marked as skipped when \SoapFault thrown instead of fail
  • Fix xmlns:xsi definition case to XMLSchema
  • Allow install phpunit 7 if php >= 7.1
  • Fix phpunit.xml.dist configuration file removing redundant options and setting missing options
  • Solve phpstan 0.10.x issues, not yet upgraded since it contains several bugfixes