nykopol
nykopol
hello @matdev it look like you forgot to clear the production cache with `php bin/console cache:clear --env=prod`
This problematic has been fixed in the [gibilogic fork](https://github.com/gibilogic/tinymce-bundle). We can maybe think about a merge of this too repos ?
@cedric-g i had forgotten to filter the data in `Response::initData` for url_ipn vaidation. So now `pbx_retour` does not require to be an array as this parameter isn't used anymore in...
I had the same issue. It's related to the ways paybox generate the signature. If you use the PXB_REPONDRE_A option, the signature must be validated again the PBX_RETOUR option. If...
I finished the fix in PR #27 . Please tell me if it work for you.
@ibasaw Can you post again your action, log and config updated. Did you try with my PR #28 ? This fix is still waiting for merge and should fix your...
Looking at the sources, i think services are already configurable. I think this issue can be close.