Pierre du Plessis

Results 170 comments of Pierre du Plessis

@aminkhoshzahmat There is an existing integration for Lyzico using Omnipay: https://github.com/yasinkuyu/omnipay-iyzico. Can you try to use this with the Omnipay bridge?

@tsdevelopment What version of `payum/core` do you have? Can you please try changing your `composer.json` to use ```json { "require": { "payum/core": "dev-master" } } ``` and run `composer update...

@KRens Can you please add your config files here to create a reproducer? (E.G paste the contents of your `capture.php`, `config.php` etc in order to see the full config and...

@BlackWiCKED Which version of `doctrine/orm` do you have installed? The `Doctrine\Common\Persistence` namespace has been deprecated in favour of `Doctrine\Persistence`. #861 updated the Doctrine bridge to use the new namespace. Doctrine...

Thanks for the response @BlackWiCKED. Version 1.6.1 mainly updated support for newer dependencies. Since your project is still on an older version of the dependencies, there won't be many benefits...

@sweoggy Are you up to finish this one?

Instead of creating a new service to manipulate the twig loader, I would suggest to prepend the container config and add the twig paths as part of the container config....

@uwej711 Do you still want to finish this PR?

@davidmpaz Yes, it will solve it only for the bundle. In Payum core, we might need to look at another solution (maybe even getting rid of `SplObjectStorage` altogether)

Prepending the container configuration with the twig paths would still have a benefit when using the Symfony bundle. So even with a fix in core, there can still be some...