Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 22, 2025
  2. Feb 19, 2025
    • Henning Leutz's avatar
      fix: update payment status constants in calc.php · 1d048c81
      verfasst von Henning Leutz
      Changed the constants 'TYPE_INVOICE_REVERSAL' and 'TYPE_INVOICE_CANCEL' to 'PAYMENT_STATUS_ERROR'
      and 'PAYMENT_STATUS_CANCELED' respectively. This will ensure that the payment status are correctly
      identified and processed.
      1d048c81
  3. Feb 10, 2025
    • Henning Leutz's avatar
      fix(phpstan): added exception handling for missing html2pdf module in OutputTemplate · 4fbeb229
      verfasst von Henning Leutz
      In OutputTemplate.php, a check has been added to ensure the existence of the
      'QUI\\HtmlToPdf\\Document' class before using it. If the class does not exist, an error message is
      logged, and an exception is thrown indicating that the html2pdf module is missing. This fix is
      aimed at avoiding potential errors that may occur due to the absence of the required module.
      4fbeb229
    • Henning Leutz's avatar
      fix: argument must be of type OutputProviderInterface · 8fe7b2ed
      verfasst von Henning Leutz
      Changed the variable name `$OutputProvider` to `$outputProvider` to adhere to camelCase naming
      standards. Also moved the instantiation of `$outputProvider` inside an if block to prevent
      unnecessary instantiation when `$outputProvider` is empty.
      
      Related: pcsg/kunden/libellio/b2c/core#196
      8fe7b2ed
  4. Feb 04, 2025
  5. Jan 15, 2025
  6. Dez 30, 2024
  7. Dez 28, 2024
  8. Nov 28, 2024
  9. Nov 26, 2024
  10. Nov 19, 2024
  11. Nov 18, 2024
  12. Nov 05, 2024
  13. Nov 04, 2024
  14. Okt 31, 2024
  15. Okt 23, 2024
  16. Okt 18, 2024
  17. Okt 14, 2024
  18. Okt 10, 2024
  19. Sep 18, 2024
  20. Sep 10, 2024
  21. Aug 29, 2024
  22. Aug 27, 2024
  23. Aug 21, 2024
  24. Aug 16, 2024
  25. Aug 12, 2024