Jonathan
Jonathan
Hi, According to the documentation, when I'm using `public function getCertificateOptions(array $options = []) : array {` (self-signed certificate) for french bank, there is the following exception : `AbstractX509Generator::mergeCertificateOptions(): Argument...
Hi, My xml contains invalid characters due to the use of `utf8_encode` in method `Data::getContent()`. Example : "München" becomes "München" and request will be rejected by bank server. Is it...
Hi, First of all, thanks for your scripts. I tried to build on my computer with your script for Qt 6.2.2 dynamic but I always get an error such as...
Hi, Any chance to have PHP 8 support ? I have the following error with PHP 8.0.11 : Cannot use 'Mixed' as class name as it is reserved in z38/swiss-payment/src/Z38/SwissPayment/Money/Mixed.php...
Hi, In french language, 24-hours format is not correct. `45 22 * * *` will give `A 10:45`. This is not correct, it should be `A 22:45`. Best regards, Jonathan