Dmitri Perunov

Results 64 comments of Dmitri Perunov
trafficstars

@soyuka Sorry, it will be really cumbersome to share whole filter, but query in question looks like this. ```php $valueParameter = $queryNameGenerator->generateParameterName($field); $queryBuilder ->select('o') ->andWhere(sprintf('%s.%s IN (:%s)', $alias, $field, $valueParameter))...

I've followed https://syldocstest.readthedocs.io/en/latest/cookbook/configuration/disabling-shop-admin-api.html and reproduced issue on the admin home page. ![image](https://user-images.githubusercontent.com/870747/202769876-3084d051-1881-4183-87be-ad9bafb014af.png) @crydotsnake you probably have template override with fix for this issue, if you're not reproducing it. This "View...

Good luck @dbojdo You might already saw this relevant thread https://github.com/Atlantic18/DoctrineExtensions/issues/821 It was already implemented in https://github.com/Atlantic18/DoctrineExtensions/commit/668ea01fa3ced27667fdf342d3ee76306d95d64d and https://github.com/Atlantic18/DoctrineExtensions/commit/0d6a4c8d0c9a64c8b6e735ed4c0dae03e1e31d59 but this is from WIP doctrine extensions 3.0 mega branch, which...

No credits for me, I'm just posting links :) For same reason I don't know reasoning behind implementation.

@WaseemSheikh8Neuron did you get any luck on this issue? I've the same error message, while my klarna-checkout is integrated with Sylius.

Actually, I've figured it out. I was requestig Capture token, while Klarna supports only Authorization. It seems, that you're doing it correctly with authorization token though.

I'm having similar issue, where I get Sofort error correctly, but only `` part, while it have `` part as well, which is more crucial to solving the problem. ```xml...

@krcrawford Yes, it's a possible way, but in this case I will lose advantage of auto-generation with `admin/List` module. In my opinion, `admin/List` should catch up, if some of data...

I've similar error while using this bundle at symfony 3.4, but with `symfony/contracts` installed. Elastica bundle events determine symfony3/4 event style by contracts presence, which result in incorrect event usage.

@rimas-kudelis @jakubtobiasz hi, looks like issue can be closed after last PR