Pierre du Plessis
Pierre du Plessis
It looks like some of the migrations has not properly run during the upgrade. Can you try running the following? ```bash docker exec -it solidinvoice console doctrine:migrations:migrate -vv ``` (replace...
@hglatham Which version of SolidInvoice are you using? Since version 2.3.0, the invoice numbers auto increment by default
If you want to increment from a specific number, then you can edit the invoice number and set it to your desired number and the next invoices will increment from...
@dependabot rebase
You can implement a custom action, that gets the payment status from Payzen and marks the payment with the correct status, E.G ```php class StatusAction implements ActionInterface { public function...
@dependabot rebase
@gjgradem Thanks, I will have a look at this and add the options in an upcoming version (although it's not recommended to disable TLS for smtp servers, so this might...
You can try adding `verify_peer=0` to the connection string (E.G `?auto_tls=false&verify_peer=0`). I assumed disabling auto_tls will also disable certificate verification, but seems it needs to be explicitly set.
@dependabot rebase
@dependabot rebase